Skip to content

Commit

Permalink
ci: test to remove the concurrency in the stg pipelines (#797)
Browse files Browse the repository at this point in the history
Co-authored-by: petarpeshev <petar.peshev@bitt.com>
  • Loading branch information
mmpetarpeshev and petarpeshev authored May 21, 2024
1 parent 82e1cde commit 2f8969f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stg-pipeline-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
ENV: "stg"
APP: "aescan"

concurrency: aescan_staging_environment-${{ github.ref }}
#concurrency: aescan_staging_environment-${{ github.ref }}

jobs:
main:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stg-pipeline-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
ENV: "stg"
APP: "aescan-testnet"

concurrency: aescan_staging_environment-${{ github.ref }}
#concurrency: aescan_staging_environment-${{ github.ref }}

jobs:
main:
Expand Down

0 comments on commit 2f8969f

Please sign in to comment.