Skip to content

Commit

Permalink
Merge pull request #293 from jajik/issue-292
Browse files Browse the repository at this point in the history
ci: Add fake perl-tests job to ignored workaround
  • Loading branch information
rhusar authored Oct 25, 2024
2 parents af80f75 + 54934b6 commit d5e21a3
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 d5e21a3

Please sign in to comment.