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/run-system-tests.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,17 @@ jobs:
60
60
main:
61
61
needs:
62
62
- build
63
-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main # system tests are pinned for releases only: the create-release-branch workflow depends on this comment to update the reference
63
+
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
64
+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main # system tests are pinned for releases only
64
65
secrets: inherit
65
66
permissions:
66
67
contents: read
67
68
id-token: write
68
69
packages: write
69
70
with:
70
71
library: java
71
-
ref: main # system tests are pinned for releases only: the create-release-branch workflow depends on this comment to update the reference
72
+
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
73
+
ref: main # system tests are pinned for releases only
# This script updates the system-tests reference in run-system-tests.yaml.
5
+
# The reference will be updated with the latest commit SHA of the given branch (or `main` if not set) of https://github.com/DataDog/system-tests.
0 commit comments