-
Notifications
You must be signed in to change notification settings - Fork 335
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
refactor llvmdev win builder #1141
Conversation
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.
I have left a series of comments on the PR. In addition to those you will also need the following three changes:
-
Rename the file to match the pattern of the current workflows.
-
Rename the workflow itself to match the pattersn of the current workflows.
-
For this to be reusable, you'll need to echo out the the workflow ID like:
- name: Get Workflow Run ID
run: |
echo "Current workflow run ID: ${{ github.run_id }}"
echo "Use this ID when triggering llvmlite workflow"
Co-authored-by: Emergency Self-Construct <[email protected]>
Co-authored-by: Emergency Self-Construct <[email protected]>
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.
LGTM
I am merging this now, to get #1144 rolling 🛼 |
No description provided.