Skip to content

ci: restrict tests job to run only on pull requests#2705

Merged
bashbaug merged 1 commit into
KhronosGroup:mainfrom
rjodinchr:ci
May 26, 2026
Merged

ci: restrict tests job to run only on pull requests#2705
bashbaug merged 1 commit into
KhronosGroup:mainfrom
rjodinchr:ci

Conversation

@rjodinchr
Copy link
Copy Markdown
Collaborator

@rjodinchr rjodinchr commented May 26, 2026

The 'tests' job relies on the GitHub CLI (gh) to parse the commits and description of an associated pull request to find triggers. When running on a standard branch push (such as to 'main'), there is no pull request context, making it impossible to determine which commits to parse.

Also add missing if on steps to make sure nothing runs when
appropriate.

The 'tests' job relies on the GitHub CLI (`gh`) to parse the commits
and description of an associated pull request to find triggers. When
running on a standard branch push (such as to 'main'), there is no
pull request context, making it impossible to determine which commits
to parse.

Also add missing if on steps to make sure nothing runs when
appropriate.
Copy link
Copy Markdown
Contributor

@bashbaug bashbaug left a comment

Choose a reason for hiding this comment

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

Merging as discussed in the May 26th teleconference.

@bashbaug bashbaug merged commit f6e8964 into KhronosGroup:main May 26, 2026
9 checks passed
@rjodinchr rjodinchr deleted the ci branch May 26, 2026 16:58
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