Skip to content

Add condition to test-stdlib and test-stdlib-golden to not run on push in ci-ubuntu - #3097

Queued
silas-hw wants to merge 8 commits into
agda:masterfrom
silas-hw:ci-deduplicate
Queued

Add condition to test-stdlib and test-stdlib-golden to not run on push in ci-ubuntu#3097
silas-hw wants to merge 8 commits into
agda:masterfrom
silas-hw:ci-deduplicate

Conversation

@silas-hw

@silas-hw silas-hw commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Resolves #3094.

All this adds is a conditional (if: ${{ github.event_name != 'push' }}) to the testing steps, as well as an extra step to html-deploy to check for success due to the lack of conditional 'needs'.

Comment thread .github/workflows/ci-ubuntu.yml
@silas-hw
silas-hw marked this pull request as draft July 30, 2026 17:36
@silas-hw

Copy link
Copy Markdown
Contributor Author

I'm going to force a failure to fully make sure the Check Success step works

@silas-hw

Copy link
Copy Markdown
Contributor Author

It works! I'll revert the 'test' commits

@silas-hw
silas-hw marked this pull request as ready for review July 30, 2026 18:29
@silas-hw
silas-hw requested a review from gallais July 30, 2026 18:29
@JacquesCarette
JacquesCarette added this pull request to the merge queue Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicated actions in CI on merges Streamlining the make test/CI infrastructure?

3 participants