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/cubitpy_test_suite_with_secrets.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Protected test suite (can access cubit secrets)
1
+
name: Protected CubitPy test suite (can access cubit secrets)
2
2
3
3
on:
4
4
schedule:
@@ -18,7 +18,7 @@ env:
18
18
19
19
jobs:
20
20
testing_coreform:
21
-
name: Test suite with Coreform
21
+
name: CubitPy tests with Coreform
22
22
runs-on: ubuntu-latest
23
23
environment:
24
24
# Use the trusted environment only for PRs authored by an COLLABORATOR (no approval needed); all others use the untrusted environment (someone has to approve the workflow run).
0 commit comments