Skip to content
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

Fix push event to fallback to run_id in ci #5277

Merged
merged 3 commits into from
Apr 21, 2022

Conversation

MichaelBroughton
Copy link
Collaborator

On closer examination, it appears that github.head_ref does not exist in the push action event context: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context

This should fix this.

@CirqBot CirqBot added the Size: XS <10 lines changed label Apr 20, 2022
Copy link
Collaborator

@vtomole vtomole left a comment

Choose a reason for hiding this comment

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

🤞

@MichaelBroughton MichaelBroughton added the automerge Tells CirqBot to sync and merge this PR. (If it's running.) label Apr 21, 2022
@CirqBot CirqBot added the front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. label Apr 21, 2022
@CirqBot CirqBot merged commit 7ca5015 into quantumlib:master Apr 21, 2022
@CirqBot CirqBot removed automerge Tells CirqBot to sync and merge this PR. (If it's running.) front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. labels Apr 21, 2022
tonybruguier pushed a commit to tonybruguier/Cirq that referenced this pull request Apr 22, 2022
On closer examination, it appears that `github.head_ref` does not exist in the `push` action event context: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context

This _should_ fix this.
rht pushed a commit to rht/Cirq that referenced this pull request May 1, 2023
On closer examination, it appears that `github.head_ref` does not exist in the `push` action event context: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context

This _should_ fix this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: XS <10 lines changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants