Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
navrang9 authored Oct 15, 2024
1 parent 44e703f commit e8c8d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
if: (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe to test'))
|| github.event_name == 'pull_request' || github.event_name == 'push'

steps:
- name: Checkout Code
Expand Down

0 comments on commit e8c8d6c

Please sign in to comment.