Skip to content

Commit

Permalink
Devops pipeline test dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmet Gozuberk committed Apr 15, 2024
1 parent 2664e67 commit 6593867
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
stages:
- lint
- test
- release
always-run:
script: echo 'this should always run'

workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
on-pull-requests:
script: echo 'this should run on pull requests'
only:
- external_pull_requests

include:
- charts/firehose-antelope/.gitlab-ci.yml
except-pull-requests:
script: echo 'this should not run on pull requests'
except:
- external_pull_requests

0 comments on commit 6593867

Please sign in to comment.