Skip to content

Commit

Permalink
Merge pull request #209 from isomerpages/vapt/ci
Browse files Browse the repository at this point in the history
vapt: pausing staging builds
  • Loading branch information
gweiying authored Jun 18, 2021
2 parents 7a53cb8 + 75ea649 commit 69d1f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
prod = os.environ['PRODUCTION_BRANCH']
staging = os.environ['STAGING_BRANCH']
dev = os.environ['DEV_BRANCH']
if ref == prod or ref == staging or ref == dev:
if ref == prod:
print('::set-output name=proceed::true')
else:
print('::set-output name=proceed::false')
Expand Down

0 comments on commit 69d1f8d

Please sign in to comment.