Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DCJ-11][risk=no] duos-ui runs all PR checks on Dependabot PRs #2531

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,12 @@ jobs:
- name: Log Github Actor
run: echo "${{ github.actor }}"
- name: Auth to GCR
if: github.actor != 'dependabot[bot]'
uses: 'google-github-actions/auth@v1'
with:
credentials_json: ${{ secrets.GCR_PUBLISH_KEY_B64 }}
- name: Auth Docker for GCR
if: github.actor != 'dependabot[bot]'
run: gcloud auth configure-docker --quiet
- name: Push Image to GCR
if: github.actor != 'dependabot[bot]'
run: |
docker push ${{ steps.construct-tags.outputs.sha-tag }}
docker push ${{ steps.construct-tags.outputs.environment-tag }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: cypress integration tests
jobs:
cypress-run:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: Log Actor
run: echo "${{ github.actor }}"
Expand Down
Loading