CI fix try 2 (#42)

This commit is contained in:
Quentin McGaw 2021-08-10 08:52:10 -07:00 committed by GitHub
parent 03e7ca2975
commit 275abf5465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ jobs:
publish: publish:
needs: [verify] needs: [verify]
if: | if: |
(github.event_name == 'push' && github.event.push.head.repo.full_name == 'Bubka/2fauth') || (github.event_name == 'push' && github.repository == 'Bubka/2fauth') ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'Bubka/2fauth' && github.actor != 'dependabot[bot]') (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'Bubka/2fauth' && github.actor != 'dependabot[bot]')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
dockerHubDescription: dockerHubDescription:
if: | if: |
(github.event_name == 'push' && github.event.push.head.repo.full_name == 'Bubka/2fauth') || (github.event_name == 'push' && github.repository == 'Bubka/2fauth') ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'Bubka/2fauth' && github.actor != 'dependabot[bot]') (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'Bubka/2fauth' && github.actor != 'dependabot[bot]')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: