Skip to content

Commit cdacd59

Browse files
CI: Fix CI [noci]
1 parent 57e25d8 commit cdacd59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
jobs:
19-
if: "!contains(github.event.head_commit.message, '[noci]')"
2019
get-runner:
2120
name: Choose runner
22-
if: ${{ always() }}
21+
if: "!contains(github.event.head_commit.message, '[noci]')"
2322
runs-on: self-hosted
2423
outputs:
2524
RUNNER: ${{ runner.name }}

0 commit comments

Comments
 (0)