Skip to content

Commit

Permalink
launch other instance
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed May 15, 2024
1 parent 706296d commit 9c6c590
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ on:
- justfile

# limit to a single execution per actor of this workflow
concurrency:
group: "${{ github.workflow }}-${{ github.actor }}"
# concurrency:
# group: "${{ github.workflow }}-${{ github.actor }}"
# TODO: re-enable this

env:
AWS_PROFILE: "infex"
Expand All @@ -37,7 +38,7 @@ jobs:
id: short_git_sha
# run: echo "short_git_sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
# TODO: revert
run: echo "short_git_sha=36224c2" >> "$GITHUB_OUTPUT"
run: echo "short_git_sha=36224f3" >> "$GITHUB_OUTPUT"

- name: Import Secrets
id: secrets
Expand Down

0 comments on commit 9c6c590

Please sign in to comment.