Skip to content

Commit

Permalink
fix: make sync tests only on workflow dispatch (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
annieke authored Jun 21, 2021
1 parent 3b60ea6 commit f9bacd7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/sync-tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: sync-tests

on:
push:
branches:
- 'master'
- 'develop'
- 'regenesis/*'
pull_request:
workflow_dispatch:
on: workflow_dispatch

jobs:
integration-sync-test:
Expand Down

0 comments on commit f9bacd7

Please sign in to comment.