Skip to content

Commit

Permalink
Runs if changes are not in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Jun 29, 2024
1 parent 0ee606b commit a4b8423
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 @@ -12,7 +12,7 @@ jobs:
###############################################################
test:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.modified, 'backend/') || contains(github.event.head_commit.added, '.github/')
if: ${{ !contains(join(github.event.head_commit.modified, ' '), 'frontend/') }}
env:
APP_ENV: development
APP_SECRET: this-is-a-test-secret
Expand Down

0 comments on commit a4b8423

Please sign in to comment.