Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgakoudis committed Oct 3, 2024
1 parent 055982f commit 86e288a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stages:
forward:
pipeline_variables: true
rules:
- if: ($CI_COMMIT_MESSAGE =~ /.*\\[run gitlab ci\\].*/ || $CI_COMMIT_TAG)
- if: ($CI_COMMIT_MESSAGE =~ "/.*\\[run gitlab ci\\].*/" || $CI_COMMIT_TAG)

include:
# Sets ID tokens for every job using `default:`
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/subscribed-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
exit 1
fi
rules:
- if: ($CI_COMMIT_MESSAGE =~ .*/\\[run gitlab ci\\]/.* || $CI_COMMIT_TAG)
- if: ($CI_COMMIT_MESSAGE =~ ".*/\\[run gitlab ci\\]/.*" || $CI_COMMIT_TAG)

###
# Trigger a build-and-test pipeline for a machine.
Expand Down

0 comments on commit 86e288a

Please sign in to comment.