Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Nov 9, 2023
1 parent 1456c6d commit 3d5eb33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
release
ruisebas/fixing_release_workflow

permissions:
id-token: write
Expand Down Expand Up @@ -38,6 +39,9 @@ jobs:
GITHUB_EMAIL: [email protected]
GITHUB_USER: aws-amplify-ops
steps:
- name: fail
run: |
exit 1;
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/deploy_unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build, Test and Release | Unstable version
on:
push:
branches:
main
- main
- ruisebas/fixing_release_workflow

permissions:
id-token: write
Expand Down Expand Up @@ -38,6 +39,9 @@ jobs:
GITHUB_EMAIL: [email protected]
GITHUB_USER: aws-amplify-ops
steps:
- name: fail
run: |
exit 1;
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
with:
Expand Down

0 comments on commit 3d5eb33

Please sign in to comment.