Skip to content

Conversation

@lukaszstolarczuk
Copy link
Contributor

as we now build dockers on self-hosted runner, this might be handy to not block the machine.


concurrency:
# Cancel a currently running workflow from the same PR, branch or tag.
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can we use github.sha instead of github.ref? Thats what we do here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I copy-pasted mine from sycl-linux-precommit.yml 😉

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

as we now build dockers on self-hosted runner, this might be handy
to not block the machine.
@sarnex sarnex merged commit 1d4da47 into intel:sycl Nov 21, 2025
10 of 16 checks passed
@lukaszstolarczuk lukaszstolarczuk deleted the containers-concurrency branch November 21, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants