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

Try making GH workflow update commit status #4309

Closed
wants to merge 1 commit into from

Conversation

Anviking
Copy link
Member

@Anviking Anviking commented Dec 6, 2023

  • At the cost of some boilerplate, we can make GH workflows triggered by schedule and manually update the status of the commit they're testing

Demo

https://github.com/cardano-foundation/cardano-wallet/actions/runs/7117768576

Skärmavbild 2023-12-06 kl  18 12 07 Skärmavbild 2023-12-06 kl  18 35 20

@Anviking Anviking self-assigned this Dec 6, 2023
- name: Set commit status as pending
uses: myrotvorets/set-commit-status-action@v2.0.0
with:
sha: ${{ github.sha }}
Copy link
Member Author

Choose a reason for hiding this comment

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

Although this is not guaranteed to match the commit the testing bundle was built with...

@Anviking Anviking closed this Dec 7, 2023
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