Skip to content

Prevent 'Invalid workflow file' error (https://github.com/GatherPress…#774

Merged
carstingaxion merged 1 commit intoGatherPress:mainfrom
carstingaxion:fix/playground-preview-checkout-ref-2
Aug 11, 2024
Merged

Prevent 'Invalid workflow file' error (https://github.com/GatherPress…#774
carstingaxion merged 1 commit intoGatherPress:mainfrom
carstingaxion:fix/playground-preview-checkout-ref-2

Conversation

@carstingaxion
Copy link
Copy Markdown
Collaborator

…/gatherpress/actions/runs/10339386605/workflow)

Description of the Change

Closes #

How to test the Change

Changelog Entry

Added - New feature
Changed - Existing functionality
Deprecated - Soon-to-be removed feature
Removed - Feature
Fixed - Bug fix
Security - Vulnerability

Credits

Props @username, @username2, ...

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@what-the-diff
Copy link
Copy Markdown

what-the-diff bot commented Aug 11, 2024

PR Summary

  • Improved Concurrency Group Value in Workflow File
    The change made in this pull request updates how multiple runs of the same workflow process handle concurrency. Previously, we used the pull request number. Now, we use something called github.head_ref, which represents the head branch of the pull request. This change means that our workflow processes should run more efficiently when there are multiple instances running at the same time. This leads to less wait time and quicker development pace.

@carstingaxion carstingaxion marked this pull request as ready for review August 11, 2024 12:01
@carstingaxion carstingaxion merged commit 403d8c8 into GatherPress:main Aug 11, 2024
@carstingaxion carstingaxion deleted the fix/playground-preview-checkout-ref-2 branch August 13, 2024 20: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.

1 participant