Skip to content

Fix a few issues in GHA workflows#2474

Merged
pkwarren merged 1 commit into
mainfrom
pkw/gha-cleanup
May 18, 2026
Merged

Fix a few issues in GHA workflows#2474
pkwarren merged 1 commit into
mainfrom
pkw/gha-cleanup

Conversation

@pkwarren
Copy link
Copy Markdown
Member

No description provided.

@pkwarren pkwarren requested review from DMarby and emcfarlane May 18, 2026 16:41
env:
GITHUB_TOKEN: ${{ steps.generate_issues_token.outputs.token }}
GITHUB_SERVER_URL: ${ github.server_url }}
GITHUB_SERVER_URL: ${{ github.server_url }}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Surprisingly this never broke anything. I guess if there is a syntax error it just doesn't set the env var, falling back to the existing one?

Comment thread .github/workflows/ci.yml

# Only allow a single fetch-versions workflow to run at a time so a manual run
# and the scheduled run don't race on the fetch-versions PR branch.
concurrency: ${{ github.workflow }}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

TIL there's a short form version of concurrency, only knew about

concurrency:
  group: ${{ github.workflow }}
  cancel-in-progress: false

@pkwarren pkwarren merged commit 4bd00b1 into main May 18, 2026
4 checks passed
@pkwarren pkwarren deleted the pkw/gha-cleanup branch May 18, 2026 17:10
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.

3 participants