We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d966adb commit b271518Copy full SHA for b271518
1 file changed
.github/workflows/test-reusable-callee.yml
@@ -14,3 +14,10 @@ jobs:
14
retention-days: 1
15
compression-level: 0
16
archive: false
17
+
18
+ otherjob:
19
+ name: Other job
20
+ runs-on: ubuntu-latest
21
+ if: false
22
+ steps:
23
+ - run: exit 1
0 commit comments