Skip to content

Commit

Permalink
ci: misc change to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 68b7694 commit 44623b3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ "master" ]
pull_request:
types: [opened, reopened, synchronize, ready_for_review] # labeled
types: [opened, reopened, synchronize, ready_for_review]
workflow_dispatch:
inputs:
logLevel:
Expand All @@ -19,14 +19,6 @@ on:
- info
- warning
- debug
# tags:
# description: 'Test scenario tags'
# required: false
# type: boolean
# environment:
# description: 'Environment to run tests against'
# type: environment
# required: true

jobs:
run-guard:
Expand Down

0 comments on commit 44623b3

Please sign in to comment.