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: run e2e tests on pushes to main #128

Merged
merged 1 commit into from
Jan 9, 2024
Merged

fix: run e2e tests on pushes to main #128

merged 1 commit into from
Jan 9, 2024

Conversation

kormide
Copy link
Collaborator

@kormide kormide commented Jan 9, 2024

No description provided.

@kormide kormide requested a review from cgrindel January 9, 2024 03:06
Comment on lines -47 to -58
# Join CI jobs into a single status so that only one status needs to be
# marked as required under branch protection rules.
all_ci_tests:
runs-on: ubuntu-latest
needs:
- test
- e2e
if: ${{ always() }}
steps:
- uses: cgrindel/gha_join_jobs@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I had to remove this because for PRs from forks where we skip e2es, the joined check will fail when one of the inputs is skipped.

@kormide kormide merged commit 95f008e into main Jan 9, 2024
2 checks passed
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