Skip to content

Commit 7ae0017

Browse files
committed
ci(cert): fix workflow defaults key and add concurrency/permissions for self-hosted deploy
1 parent a6a7844 commit 7ae0017

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/certificate-system.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
deploy:
1010
runs-on: oracle
11+
defaults:
12+
run:
13+
working-directory: ./cert
14+
1115
steps:
1216
- uses: actions/checkout@v4
1317

0 commit comments

Comments
 (0)