Skip to content

Commit

Permalink
[incline test] testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Danehy committed Nov 1, 2023
1 parent ca20d33 commit 8fa322c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stages:
when: never
# Only run when the commit **DOES** contains "[ascent-test]"
- &rule_yes_ascent_test
if: '$CI_COMMIT_TITLE =~ /\[ascent-test\]/'
if: '$CI_COMMIT_TITLE == /\[ascent-test\]/'
when: always
# --
# Only run when the commit **DOES NOT** contains "[deception-test]"
Expand Down

0 comments on commit 8fa322c

Please sign in to comment.