Skip to content

Commit dd63c21

Browse files
authored
Update Breakage.yml to add pull request types
1 parent 50401ca commit dd63c21

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Breakage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Breakage
55
# no access to secrets
66
on:
77
pull_request:
8+
types: [labeled, synchronize, opened, reopened]
89

910
jobs:
1011
call:
@@ -20,3 +21,6 @@ jobs:
2021
pkgname: ${{ matrix.pkgname }}
2122
pkgpath: ${{ matrix.pkgpath }}
2223
pkgversion: ${{ matrix.pkgversion }}
24+
use_ct_registry: true
25+
secrets:
26+
SSH_KEY: ${{ secrets.SSH_KEY }}

0 commit comments

Comments
 (0)