From a17f2aa74f0571c5c66ca097e272ef6a28c947f9 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Sat, 3 Feb 2024 10:13:43 -0800 Subject: [PATCH] commit file --- .github/workflows/branch-integration-tests.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/branch-integration-tests.yaml diff --git a/.github/workflows/branch-integration-tests.yaml b/.github/workflows/branch-integration-tests.yaml new file mode 100644 index 000000000..e20305d12 --- /dev/null +++ b/.github/workflows/branch-integration-tests.yaml @@ -0,0 +1,14 @@ +name: branch-integration-tests + +on: + push: + branches: + - '*' + +jobs: + integration-tests: + if: ${{ github.ref != 'refs/heads/master' }} + uses: "./.github/workflows/integration-tests.yaml" + with: + # role generated from https://github.com/Sceptre/sceptre-aws/blob/master/config/prod/gh-oidc-sceptre-tests.yaml + role-to-assume: "arn:aws:iam::743644221192:role/gh-oidc-sceptre-tests"