mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02:00
CI fix try 3 (#46)
This commit is contained in:
parent
275abf5465
commit
3cbfa40702
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -66,8 +66,8 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
needs: [verify]
|
needs: [verify]
|
||||||
if: |
|
if: |
|
||||||
(github.event_name == 'push' && github.repository == '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:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user