Skip to content

Commit

Permalink
ci: run on push to branches only
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Oct 28, 2020
1 parent 8aae043 commit 4aaac38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'dhis2: verify (lib)'

on: push
on:
push:
branches:

env:
GIT_AUTHOR_NAME: '@dhis2-bot'
Expand All @@ -9,7 +11,6 @@ env:
GIT_COMMITTER_EMAIL: 'apps@dhis2.org'
NPM_TOKEN: ${{secrets.DHIS2_BOT_NPM_TOKEN}}
GH_TOKEN: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CI: true

jobs:
Expand Down Expand Up @@ -150,6 +151,7 @@ jobs:
group: 'e2e'
tag: ${{ github.event_name }}
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
STORYBOOK_TESTING: true
SERVER_START_CMD: 'yarn cy:server'
Expand Down

0 comments on commit 4aaac38

Please sign in to comment.