Skip to content

Commit

Permalink
bla2
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Awile committed Oct 3, 2023
1 parent 0b3b6d1 commit 85b249d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
matrix:
os: [ macOS-11, ubuntu-20.04]
config:
foo: "bar"
foo: "baz"
include:
- os: ubuntu-22.04
config:
foo: "fish"
foo: "bar"
foo: "baz"
include:
- os: ubuntu-22.04
config:
foo: "fish"
exclude: ${{ fromJSON(needs.draft-pr-job-limiter.outputs.jobs) }}
steps:
- name: actual work
run: |
echo "doing real work here."
sleep 60
echo "done"
echo "doing real work here."
sleep 60
echo "done"

0 comments on commit 85b249d

Please sign in to comment.