File tree Expand file tree Collapse file tree 4 files changed +17
-11
lines changed
Expand file tree Collapse file tree 4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ defaults:
2727jobs :
2828 check :
2929 name : REUSE Compliance
30- runs-on : ubuntu-22.04
30+ runs-on : ubuntu-latest
3131 timeout-minutes : 120
3232 if : github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'lint'
3333 steps :
Original file line number Diff line number Diff line change 3535 group : lint-${{ github.event.pull_request.number }}
3636 cancel-in-progress : true
3737 needs : cancel_running_workflows
38- runs-on : ubuntu-22.04
38+ runs-on : ubuntu-latest
3939 timeout-minutes : 15
4040 steps :
4141 - name : Run lint
Original file line number Diff line number Diff line change 88 push :
99 branches :
1010 - ' main'
11+ workflow_dispatch :
12+
13+ concurrency :
14+ group : readme-snippet-${{ github.ref }}
15+ cancel-in-progress : true
1116
1217env :
1318 TZ : Europe/Berlin
@@ -19,11 +24,9 @@ defaults:
1924jobs :
2025 readme-snippet :
2126 name : Update README
22- concurrency :
23- group : readme-snippet-${{ github.ref }}
24- cancel-in-progress : false
25- runs-on : ubuntu-22.04
27+ runs-on : ubuntu-latest
2628 timeout-minutes : 15
29+ if : github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch'
2730 steps :
2831 - name : Checkout Sharg
2932 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22# SPDX-FileCopyrightText: 2016-2024 Knut Reinert & MPI für molekulare Genetik
33# SPDX-License-Identifier: CC0-1.0
44
5- name : Sharg lint
5+ name : Sharg Cookbook
66
77on :
88 push :
99 branches :
1010 - ' main'
11+ workflow_dispatch :
12+
13+ concurrency :
14+ group : update-cookbook-${{ github.ref }}
15+ cancel-in-progress : true
1116
1217env :
1318 TZ : Europe/Berlin
@@ -19,11 +24,9 @@ defaults:
1924jobs :
2025 update-cookbook :
2126 name : Update Cookbook
22- concurrency :
23- group : update-cookbook-${{ github.ref }}
24- cancel-in-progress : true
25- runs-on : ubuntu-22.04
27+ runs-on : ubuntu-latest
2628 timeout-minutes : 15
29+ if : github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch'
2730 steps :
2831 - name : Checkout Sharg
2932 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments