Skip to content
Snippets Groups Projects
Commit f02fede26b80 authored by Luke Bakken's avatar Luke Bakken
Browse files

Fix use of IS

parent dd07be018712
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
stages:
- test
- name: coverage
if: repo IS pika/pika
if: repo = pika/pika
- name: deploy
if: tag IS present
......@@ -83,7 +83,7 @@
- coverage report
after_success: codecov
- stage: deploy
if: repo IS pika/pika
if: repo = pika/pika
python: 3.6
services: []
install: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment