We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e25d8 commit cdacd59Copy full SHA for cdacd59
.github/workflows/main.yml
@@ -16,10 +16,9 @@ concurrency:
16
cancel-in-progress: true
17
18
jobs:
19
- if: "!contains(github.event.head_commit.message, '[noci]')"
20
get-runner:
21
name: Choose runner
22
- if: ${{ always() }}
+ if: "!contains(github.event.head_commit.message, '[noci]')"
23
runs-on: self-hosted
24
outputs:
25
RUNNER: ${{ runner.name }}
0 commit comments