Skip to content

Commit b2a1b83

Browse files
Trying to modify the workflow so a dummy job runs to prevent it from showing as failed.
1 parent e0d5097 commit b2a1b83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ jobs:
3535
push: true
3636
tags: ${{ steps.meta.outputs.tags }}
3737
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

Comments
 (0)