Skip to content

Commit

Permalink
commit file
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Feb 3, 2024
1 parent a00e570 commit a17f2aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/branch-integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit a17f2aa

Please sign in to comment.