Skip to content

Commit

Permalink
test 11.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 29, 2024
1 parent 5f18350 commit 6d548b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: List merged branch
id: get_branch
run: |
# Get the latest merge commit message that matches "Merge pull request * from bcgov/*"
# Get the latest merge commit message that matches "Merge pull request"
MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1 | grep -oE 'Merge pull request #[0-9]+ from bcgov/[^ ]+')
# Check if a merged branch was found
if [ -z "$MERGED_BRANCH" ]; then
Expand Down
2 changes: 1 addition & 1 deletion applications/scripts/datafix-ab#001.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test 11.3.9
test 11.3.10

0 comments on commit 6d548b8

Please sign in to comment.