Skip to content

Commit

Permalink
Revert "Update all_solutions.yml (#1056)"
Browse files Browse the repository at this point in the history
This reverts commit d017b68.
  • Loading branch information
vuqtran88 committed Apr 13, 2022
1 parent d017b68 commit cb659fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_solutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:

cancel-previous-workflow-runs:
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || ( github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') ) || ( github.event_name == 'release' && startsWith(github.ref, 'refs/tags/AzureSiteExtension_v') )
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || ( github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') )
name: Cancel Previous Runs
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cb659fc

Please sign in to comment.