Skip to content

Commit

Permalink
ci: Add fake perl-tests job to ignored workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Oct 25, 2024
1 parent af80f75 commit 54934b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-ignored-workaround.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
steps:
- name: Skip
run: echo "Skipping the job"

perl-tests:
runs-on: ubuntu-latest
steps:
- name: Skip
run: echo "Skipping the job"

0 comments on commit 54934b6

Please sign in to comment.