Skip to content

Commit

Permalink
Test if
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed May 1, 2024
1 parent 7f7c549 commit a406fe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- "migrate"
- "main"
- "*.staging"

# Pending if other migration from the same branch is running
concurrency: migrate-${{ github.ref_name }}
Expand All @@ -13,6 +15,8 @@ permissions:

jobs:
migrate:
if: (github.ref_name == 'main') || ((github.ref_name == 'migrate' || endsWith(github.ref_name, '.staging')) && startsWith(github.event.head_commit.message, '::migrate::'))

runs-on: ubuntu-latest

environment:
Expand Down

0 comments on commit a406fe8

Please sign in to comment.