Skip to content

Commit

Permalink
Remove runif conditional on label
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Nov 8, 2024
1 parent ef031cd commit 05bec3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '!documentation'
schedule: # once a day at midnight UTC
- cron: '0 0 * * *'
pull_request:
pull_request: # requires approval for first-time contributors
types: [synchronize, opened, reopened, labeled]
workflow_dispatch: # Manually trigger with 'Run workflow' button

Expand All @@ -17,9 +17,6 @@ concurrency: # Replace Cancel Workflow Action

jobs:
run-tests:
if: | # If not PR OR is approved PR.
github.event_name != 'pull_request'
|| contains(github.event.pull_request.labels.*.name, 'RunTests')
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 05bec3a

Please sign in to comment.