We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4936daa + 1c2e60e commit 4fa508eCopy full SHA for 4fa508e
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ env:
14
15
jobs:
16
detect-noop:
17
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
18
outputs:
19
noop: ${{ steps.noop.outputs.should_skip }}
20
steps:
@@ -27,7 +27,7 @@ jobs:
27
do_not_skip: '["workflow_dispatch", "schedule", "push"]'
28
29
publish-artifacts:
30
31
needs: detect-noop
32
if: needs.detect-noop.outputs.noop != 'true'
33
.github/workflows/tag.yml
@@ -12,7 +12,7 @@ on:
12
13
create-tag:
- name: Checkout
0 commit comments