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 9806d07 commit 31c3620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
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.pull_request.head.repo.fork }}" == "false")
|| (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == 'false')
|| github.event_name == 'push'

steps:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Checkout Code for Push or local PR
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/checkout@v3

- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 31c3620

Please sign in to comment.