mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 00:03:09 +01: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:
|
||||
needs: [verify]
|
||||
if: |
|
||||
(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 == 'push' && github.repository == 'Bubka/2FAuth') ||
|
||||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'Bubka/2FAuth' && github.actor != 'dependabot[bot]')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
|
Loading…
Reference in New Issue
Block a user