-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
Hey! I have troubles setting this action up correctly. I think I configured it correctly but the jobs that I specified using the if
-clause still get all triggered.
Here is the workflow file: https://github.com/Spotifyd/spotifyd/blob/master/.github/workflows/ci.yml
And here is the PR that triggers all steps, even though it should only trigger the pre_job
one: Spotifyd/spotifyd#743
I've tried to set the action up so it only triggers codestyle
, lint
and check
if files inside of src/
change or one of the following files: Cargo.toml
, Cargo.lock
, .github/workflows/ci.yml
.
I'd really really appreciate your help, as we are having troubles with protected branches and GitHub's paths
feature. All our PRs hang and wait for checks :(
Metadata
Metadata
Assignees
Labels
No labels