Skip to content

Commit b04ac43

Browse files
committed
Debugging: add empty 'skip' job
1 parent 49e5f3e commit b04ac43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/macos.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17+
skip:
18+
name: Skip
19+
runs-on: macos-latest
20+
if: 1
21+
steps:
22+
- name: Skip checks
23+
run: |
24+
echo "Skip checks"
1725
build_appleclang:
1826
name: AppleClang
1927
runs-on: macos-latest

0 commit comments

Comments
 (0)