Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit b77e006

Browse files
committed
Missing .travis.yml stages condition AND type != pull_request
1 parent ef96b7b commit b77e006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
- travis_retry ./test/script_scenario_zalenium
6767

6868
- stage: Bump versions
69-
if: branch = master AND sender != elgalubot AND tag IS blank
69+
if: branch = master AND sender != elgalubot AND tag IS blank AND type != pull_request
7070
script:
7171
- travis_retry ./test/install_hub_cli
7272
- travis_retry ./test/before_install_pull
7373
- ./ci_cd/deploy.sh bump
7474

7575
- stage: Push Image & Release
76-
if: tag =~ ^\d+\.\d+\.\d+-p\d+$
76+
if: tag =~ ^\d+\.\d+\.\d+-p\d+$ AND type != pull_request
7777
script:
7878
- travis_retry ./test/install_hub_cli
7979
- travis_retry ./test/before_install_pull

0 commit comments

Comments
 (0)