You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to limitations of GitHub's merge queues we can't set the different
"required workflows" for pull requests and merge queue. There are four
jobs we want to run on merge queue only but also require them to pass
before merging:
- docker compose
- Lint check all features
- Long Faucet chain test
- Run README tests
So now we add these to all commits but skip if the current CI run is NOT
merge queue. Now we can add them as required to pass for github
settings.
0 commit comments