Skip to content

Commit

Permalink
always runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannikolaidis committed Oct 4, 2023
1 parent 3689740 commit 073c4e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
needs: setup
if: needs.setup.outputs.skip_no_code_changes != 'true'
steps:
- uses: actions/checkout@v3
- name: ShellCheck
Expand Down Expand Up @@ -395,8 +393,6 @@ jobs:
changelog:
runs-on: ubuntu-latest
needs: setup
if: needs.setup.outputs.skip_no_code_changes != 'true'
steps:
- if: github.ref != 'refs/heads/main'
uses: dorny/paths-filter@v2
Expand Down

0 comments on commit 073c4e2

Please sign in to comment.