Merge remote-tracking branch 'origin/feat/verbose_tests_and_dry_running' into feat/ci-cd_test_for_action

This commit is contained in:
Anmol Singh
2023-02-26 02:33:18 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/dev' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
publish-server-image: