Skip to content

Commit

Permalink
change so dependabot runs will still run full workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwarren committed Nov 25, 2024
1 parent bced40a commit 4055904
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
uses: unfor19/install-aws-cli-action@46282f151073130d90347412d9c4ef0640177f22 # pin@v1.0.3

- name: configure OIDC AWS credentials for ECR push
if: ${{ github.actor != 'dependabot[bot]' }}
uses: aws-actions/configure-aws-credentials@97834a484a5ab3c40fa9e2eb40fcf8041105a573 # pin@v1.7.0
with:
role-to-assume: arn:aws:iam::311462405659:role/incident-response-gh-actions-ecr-push
Expand Down Expand Up @@ -109,7 +108,6 @@ jobs:
run: echo "Tag to use - ${IMAGE_TAG}"

- name: tag and push container
if: ${{ github.actor != 'dependabot[bot]' }}
env:
ECR_REGISTRY: ${{ steps.login_ecr.outputs.registry }}
IMAGE_TAG: ${{ inputs.tag }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/workflow_pull_request_path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
branch_name: ${{ needs.workflow_variables.outputs.parsed_branch }}

deploy_to_development_environment:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Deploy to Development Environment
needs: [
workflow_variables,
Expand All @@ -69,7 +68,6 @@ jobs:
apply: true

smoke_test:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Check Website Availability
needs: [
workflow_variables,
Expand Down

0 comments on commit 4055904

Please sign in to comment.