Skip to content

Commit

Permalink
Merge branch 'main' into testBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
susanshi authored Mar 20, 2024
2 parents 1d3564e + 2172822 commit f9bb6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
build_test_e2e_full:
name: "Build and run e2e on full test matrix"
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'workflow_dispatch' || github.event_name == 'push'
if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'workflow_dispatch'
timeout-minutes: 35
permissions:
contents: read
Expand Down

0 comments on commit f9bb6ea

Please sign in to comment.