Skip to content

Commit

Permalink
Revert "Allow PR to trigger GH actions"
Browse files Browse the repository at this point in the history
  • Loading branch information
pgstef committed Aug 31, 2021
1 parent 81a8faf commit 084af89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -83,4 +80,4 @@ jobs:
EXTRA_VARS: ${{ matrix.EXTRA_VARS }}
RUN_ARGS:
ACTIVITY: true
run: cd ${HOME?} && sh ${GITHUB_WORKSPACE?}/check_pgbackrest/tests/ci.sh
run: cd ${HOME?} && sh ${GITHUB_WORKSPACE?}/check_pgbackrest/tests/ci.sh

0 comments on commit 084af89

Please sign in to comment.