Skip to content

Commit

Permalink
label rules
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Apr 16, 2024
1 parent b6077a0 commit da6e765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ concurrency:

on:
pull_request:
types: ['synchronize', 'labeled']
# branches:
# - main

Expand All @@ -18,6 +19,7 @@ env:

jobs:
compile-protos:
if: contains(github.event.pull_request.labels, 'safe to test') && contains(github.event.pull_request.labels, 'ready-for-protos')
runs-on: ubuntu-latest
env:
CI_COMMIT_MESSAGE_PREFIX: Built new protos from
Expand Down

0 comments on commit da6e765

Please sign in to comment.