Skip to content

Commit

Permalink
[INFRA] Update update cookbook
Browse files Browse the repository at this point in the history
It should not run on forks
  • Loading branch information
eseiler committed Jul 18, 2024
1 parent e0c5994 commit 1e265ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update_cookbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- 'main'

concurrency:
group: update-cookbook-${{ github.ref }}
cancel-in-progress: true

env:
TZ: Europe/Berlin

Expand All @@ -19,10 +23,8 @@ defaults:
jobs:
update-cookbook:
name: Update Cookbook
concurrency:
group: update-cookbook-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-22.04
if: github.repository_owner == 'seqan'
timeout-minutes: 15
steps:
- name: Checkout SeqAn3
Expand Down

0 comments on commit 1e265ad

Please sign in to comment.