-
Notifications
You must be signed in to change notification settings - Fork 85
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
Move to GH Actions #1760
Move to GH Actions #1760
Conversation
- name: Setup tmate session | ||
if: runner.debug == '1' | ||
uses: mxschmitt/action-tmate@v3 | ||
timeout-minutes: 60 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems kinda long for a big runner, but maybe we rarely debug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah we rarely debug, and I haven't seen anyone stretch this as of yet
branches: # this ignores tag pushes, and only looks at branches. | ||
- '**' | ||
release: | ||
types: [prereleased] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because we only trigger pre-releases here: https://github.com/Expensify/Bedrock/releases
Need to test releases, but that requires this be merged.