Skip to content

Commit d5e21a3

Browse files
authored
Merge pull request #293 from jajik/issue-292
ci: Add fake perl-tests job to ignored workaround
2 parents af80f75 + 54934b6 commit d5e21a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
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)