mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-08 03:18:37 +03:00
adapting CD
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -79,6 +79,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
${{ matrix.task.run }}
|
${{ matrix.task.run }}
|
||||||
|
continue-on-error: ${{ matrix.task.name != 'Build' }}
|
||||||
|
|
||||||
- name: Upload package distribution files
|
- name: Upload package distribution files
|
||||||
if: matrix.task.name == 'Build'
|
if: matrix.task.name == 'Build'
|
||||||
@@ -96,7 +97,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [Build]
|
needs: [checks]
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user