You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This job is to prevent the workflow status from showing as failed when all other jobs are skipped - See https://github.community/t/workflow-is-failing-if-no-job-can-be-ran-due-to-condition/16873
62
-
always_job:
63
-
name: Always run job
64
-
runs-on: ubuntu-latest
65
-
steps:
66
-
- name: Always run
67
-
run: echo "This job is to prevent the workflow status from showing as failed when all other jobs are skipped"
0 commit comments