-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cancel prev runs for bench and nix #2335
Conversation
jneira
commented
Nov 9, 2021
•
edited by gitpod-io
bot
Loading
edited by gitpod-io
bot
- It is working really well to the test workflow
If I understand correctly this is a new feature of Github CI providing built-in support to deal with duplicate actions.
It looks like the test workflow now has both mechanisms enabled, is that what we want? haskell-language-server/.github/workflows/test.yml Lines 24 to 28 in 9fa6abe
haskell-language-server/.github/workflows/test.yml Lines 8 to 10 in 9fa6abe
|
Oh i forgot to set it to false as i did for the test workflow, thanks. However we are using other features of skip-duplicate-actions so i would keep it around (like in test workflow) |
Can you elaborate on why we need both? |
Cause we are using skip-duplicate-actions for skipping tests in the current workflow by file paths changed by the pr. It is interesting enough to keep it until we find an alternative. |
So if we are keeping it, why not keep using it to cancel duplicate runs as it already does? In other words, what's the motivation for this PR? |
Oh sorry, i should had linked the first pr adding it to the test workflow: #2310 In short: cancelling previous runs was not working in most cases due to permissions (when the pr is from another repo) |
uh oh funct-tests are hanging in windows 9.0.1 here 🤦 will disable it again |