make it a lot bigger
This commit is contained in:
parent
fc2504ff4b
commit
ea0299e302
@ -45,11 +45,14 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
# This could be anything, it's just a temp file
|
# This could be anything, it's just a temp file
|
||||||
SESSION_FILE_PATH: /tmp/Offline_Twatter.session
|
SESSION_FILE_PATH: /tmp/Offline_Twatter.session
|
||||||
if: startsWith(github.ref, 'refs/tags/v') || contains(join(github.event.head_commit.modified, ','), 'cmd/') || contains(join(github.event.head_commit.added, ','), 'cmd/')
|
if: |
|
||||||
# contains(join(github.event.head_commit.removed, ','), 'cmd/')
|
startsWith(github.ref, 'refs/tags/v') ||
|
||||||
# contains(join(github.event.head_commit.modified, ','), 'pkg/scraper/') ||
|
contains(join(github.event.head_commit.modified, ','), 'cmd/') ||
|
||||||
# contains(join(github.event.head_commit.added, ','), 'pkg/scraper/') ||
|
contains(join(github.event.head_commit.added, ','), 'cmd/') ||
|
||||||
# contains(join(github.event.head_commit.removed, ','), 'pkg/scraper/') ||
|
contains(join(github.event.head_commit.removed, ','), 'cmd/') ||
|
||||||
|
contains(join(github.event.head_commit.modified, ','), 'pkg/scraper/') ||
|
||||||
|
contains(join(github.event.head_commit.added, ','), 'pkg/scraper/') ||
|
||||||
|
contains(join(github.event.head_commit.removed, ','), 'pkg/scraper/')
|
||||||
# Write the session file contents to a temp location so it can be used in the tests
|
# Write the session file contents to a temp location so it can be used in the tests
|
||||||
run: |
|
run: |
|
||||||
cd cmd
|
cd cmd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user