Skip to content

Commit

Permalink
fix(ci): drop ifs for testing porpoises
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed May 1, 2024
1 parent c51c213 commit 47af525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
- run: nix develop -c just build "${{ matrix.profile }}"

- uses: aws-actions/configure-aws-credentials@v4
if: github.ref == 'refs/heads/main'
#if: github.ref == 'refs/heads/main'
with:
aws-region: us-west-2
role-to-assume: arn:aws:iam::677459762413:role/altf4llc-gha-vms-nix

- if: github.ref == 'refs/heads/main'
- #if: github.ref == 'refs/heads/main'
run: aws sts get-caller-identity

- if: github.ref == 'refs/heads/main'
- #if: github.ref == 'refs/heads/main'
run: nix develop -c just publish-ami "${{ matrix.profile }}"

0 comments on commit 47af525

Please sign in to comment.