We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8126961 commit e18118fCopy full SHA for e18118f
1 file changed
.github/workflows/ci-ignored-workaround.yml
@@ -43,3 +43,9 @@ jobs:
43
steps:
44
- name: Skip
45
run: echo "Skipping the job"
46
+
47
+ perl-tests:
48
+ runs-on: ubuntu-latest
49
+ steps:
50
+ - name: Skip
51
+ run: echo "Skipping the job"
0 commit comments