You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/gds.yaml
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,23 +21,23 @@ jobs:
21
21
with:
22
22
script: |
23
23
const comment = `👋 Hello! Before merging this PR, you can use the \`run-gds\` label to start the GDS workflow.
24
-
24
+
25
25
⚠️ **Important:** The GDS workflow takes a long time (~1 hour) and consumes significant CI runtime quota.
26
-
26
+
27
27
**Before running the GDS workflow:**
28
28
1. Make sure you've run the hardening command locally first:
29
29
\`\`\`bash
30
30
./tt/tt_tool.py --harden
31
31
\`\`\`
32
32
2. Verify that the hardening command succeeded without errors
33
-
33
+
34
34
**To run the GDS workflow:**
35
35
- Add the \`run-gds\` label to this PR
36
36
- The workflow will run automatically
37
37
- It will also re-run on subsequent pushes while the label remains attached
38
-
38
+
39
39
📚 For more information about the hardening command, see the [TinyTapeout GDS Action](https://github.com/TinyTapeout/tt-gds-action/blob/0d3300e15eda42ae3a24a2bd36433bdd20b32a9f/action.yml#L101-L103).`;
0 commit comments