We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d5097 commit b2a1b83Copy full SHA for b2a1b83
.github/workflows/release.yml
@@ -35,3 +35,11 @@ jobs:
35
push: true
36
tags: ${{ steps.meta.outputs.tags }}
37
labels: ${{ steps.meta.outputs.labels }}
38
+
39
+ always_job:
40
+ name: Always run job
41
+ runs-on: ubuntu-latest
42
+ steps:
43
+ # https://github.com/orgs/community/discussions/25146
44
+ - name: Always run
45
+ run: echo "This job is used to prevent the workflow status from showing as failed when all other jobs are skipped."
0 commit comments