Skip to content

Commit

Permalink
Merge branch 'KnowledgeSeed:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
navrang9 authored Oct 15, 2024
2 parents 5b884c1 + e8c8d6c commit c5a925f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
branches: [ "master" ]
pull_request_target:
types: [labeled]
branches: [ "master" ]

workflow_dispatch:

Expand All @@ -15,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 c5a925f

Please sign in to comment.