Skip to content

Commit

Permalink
chore: remove trigger on label for functional tests (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicor88 authored Sep 24, 2024
1 parent 5085d2d commit 78fae87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
# workflow that is invoked when for PRs with labels 'enable-functional-tests'
functional-tests-pr:
name: Functional Tests - PR
if: contains(github.event.pull_request.labels.*.name, 'enable-functional-tests')
uses: ./.github/workflows/functional-tests-workflow.yml
secrets: inherit
permissions:
Expand Down

0 comments on commit 78fae87

Please sign in to comment.