Skip to content

Commit

Permalink
run on main/merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Feb 16, 2024
1 parent 5143e74 commit 76972ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ stages:

e2e:
stage: e2e
# rules:
# - if: $CI_COMMIT_BRANCH == "main"
# changes:
# paths:
# - charts/**/*.yaml
# - test/**/*
# compare_to: "refs/heads/main"
rules:
- if: $CI_COMMIT_BRANCH == "main"
changes:
paths:
- charts/**/*.yaml
- test/**/*
compare_to: "refs/heads/main"
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/test-infra-definitions/runner:95dca87f269a
tags: ["arch:amd64"]
variables:
Expand Down

0 comments on commit 76972ab

Please sign in to comment.