Skip to content

Commit

Permalink
still trying
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Awile committed Oct 5, 2023
1 parent d6f73fa commit 9aaa042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
foo: "fish"
steps:
- name: filter step
if: $(( !github.event.pull_request.draft) || ${{ matrix.os == 'ubuntu-20.04' }}
if: ${{ !github.event.pull_request.draft || matrix.os == 'ubuntu-20.04' }}
run: |
echo "${{ matrix.os }}"
echo "${{ matrix.config.foo }}"
Expand Down

0 comments on commit 9aaa042

Please sign in to comment.