Skip to content

Commit 34bea10

Browse files
committed
Try other checkout
1 parent 1ec818d commit 34bea10

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/run-end-to-end.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ jobs:
8787
repository: DataDog/civis-gha-monitor-action
8888
token: ${{ secrets.DD_CIVIS_GHA_MONITORING_ACTION_KEY }}
8989
ref: main
90-
path: ./civis-action
90+
path: civis-action
9191
- name: Setup CI Visibility GitHub SaaS Runner Monitoring
92-
uses: ./civis-action
92+
uses: civis-action
9393
with:
9494
upload-artifacts: 'true'
9595
- name: Compute ref

.github/workflows/system-tests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@ jobs:
157157
weblog: ${{ fromJson(needs.compute_parameters.outputs.endtoend_defs_parallel_weblogs) }}
158158
fail-fast: false
159159
steps:
160+
- name: Checkout CI Visibility GitHub SaaS Runner Monitoring action
161+
if: runner.os == 'Linux'
162+
uses: actions/checkout@v4
163+
with:
164+
repository: DataDog/civis-gha-monitor-action
165+
token: ${{ secrets.DD_CIVIS_GHA_MONITORING_ACTION_KEY }}
166+
ref: main
167+
path: civis-action
168+
- name: Setup CI Visibility GitHub SaaS Runner Monitoring
169+
if: runner.os == 'Linux'
170+
uses: civis-action
171+
with:
172+
upload-artifacts: 'true'
160173
- name: Compute ref
161174
id: compute_ref
162175
run: |

0 commit comments

Comments
 (0)