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
As suggested by @ewels, add the following lines to all CI tests.
This code cancels a run if a new one starts right after.
# Cancel if a newer run is startedconcurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}cancel-in-progress: true
The text was updated successfully, but these errors were encountered:
Description of feature
As suggested by @ewels, add the following lines to all CI tests.
This code cancels a run if a new one starts right after.
The text was updated successfully, but these errors were encountered: