Skip to content

Commit e18118f

Browse files
committed
ci: Add fake perl-tests job to ignored workaround
1 parent 8126961 commit e18118f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-ignored-workaround.yml

+6
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ jobs:
4343
steps:
4444
- name: Skip
4545
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

Comments
 (0)