Skip to content

Commit

Permalink
Change workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Dec 10, 2020
1 parent bc912b9 commit 8214ad6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/full_suite_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
schedule:
- cron: '0 0 * * 1-5' # At 00:00 on every day-of-week from Monday through Friday
workflow_dispatch: # or manually
branches:
- 'master'

jobs:
run-it-full-suite:
if: github.ref == 'refs/heads/master' # for now we want this workflow to run only on master, to be removed once support for different branches is implemented
runs-on: ubuntu-latest
outputs:
build-scan-url: ${{ steps.run-it.outputs.build-scan-url }}
Expand Down

0 comments on commit 8214ad6

Please sign in to comment.