Skip to content

Commit 972a202

Browse files
gastmaierJRabacca
authored andcommitted
.github: Fix run main.yml only at org analogdevicesinc
Fix missing repo name. Signed-off-by: Jorge Marques <[email protected]>
1 parent 43f6eae commit 972a202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: assert
2929
run: |
3030
curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -L -o ci/runner_env.sh \
31-
https://raw.githubusercontent.com/analogdevicesinc/ci/ci/runner_env.sh
31+
https://raw.githubusercontent.com/analogdevicesinc/linux/ci/ci/runner_env.sh
3232
source ./ci/runner_env.sh
3333
export_labels
3434
@@ -43,6 +43,6 @@ jobs:
4343
job_fail_sync_main: ${{needs.sync_branches.outputs.fail}}
4444
run: |
4545
curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -L -o ci/runner_env.sh \
46-
https://raw.githubusercontent.com/analogdevicesinc/ci/ci/runner_env.sh
46+
https://raw.githubusercontent.com/analogdevicesinc/linux/ci/ci/runner_env.sh
4747
source ./ci/runner_env.sh
4848
assert_labels

0 commit comments

Comments
 (0)