Skip to content

Commit 991142b

Browse files
committed
Concordia-CKS runner
1 parent 4e019bf commit 991142b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/trigger-package-and-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
trigger:
1111
runs-on:
12-
- ubuntu-22.04
12+
group: 'Concordia-CKS'
1313
env:
1414
target_owner: "${{ secrets.TARGET_OWNER }}"
1515
target_name: "${{ secrets.TARGET_NAME }}"
@@ -20,6 +20,10 @@ jobs:
2020
- name: Checkout Repository
2121
uses: actions/checkout@v6
2222

23+
- name: Platform Check
24+
run:
25+
cat /etc/os-release
26+
2327
- name: Install GitHub CLI (Ubuntu)
2428
run: |
2529
(type -p wget >/dev/null || (sudo apt update && sudo apt install wget -y)) \

0 commit comments

Comments
 (0)