Skip to content

Commit 265a6ef

Browse files
Merge pull request #10 from LedgerHQ/fix/public-runner-name
ci: update Ledger runner tag after renaming
2 parents a640945 + 03f0b03 commit 265a6ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: ledgerhq-shared-small
10+
runs-on: public-ledgerhq-shared-small
1111
permissions:
1212
id-token: write
1313
contents: read
@@ -44,7 +44,7 @@ jobs:
4444
retention-days: 2
4545

4646
validate:
47-
runs-on: ledgerhq-shared-small
47+
runs-on: public-ledgerhq-shared-small
4848
permissions:
4949
id-token: write
5050
contents: read

0 commit comments

Comments
 (0)