mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-25 22:41:57 +02:00
CI fix try 2 (#42)
This commit is contained in:
parent
03e7ca2975
commit
275abf5465
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||||
|
2
.github/workflows/dockerhub-readme.yml
vendored
2
.github/workflows/dockerhub-readme.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user