[twitter] implement 'cursor' support (#5753)
This commit is contained in:
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@@ -22,7 +22,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# on release commits, run only for tag event
|
||||
if: ${{ ! startsWith( github.event.head_commit.message , 'release version ' ) || startsWith( github.ref , 'refs/tags/v' ) }}
|
||||
if: |
|
||||
github.repository == 'mikf/gallery-dl' &&
|
||||
( ! startsWith( github.event.head_commit.message , 'release version ' ) ||
|
||||
startsWith( github.ref , 'refs/tags/v' ) )
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
1
.github/workflows/executables.yml
vendored
1
.github/workflows/executables.yml
vendored
@@ -14,6 +14,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
if: github.repository == 'mikf/gallery-dl'
|
||||
runs-on: ${{ matrix.os }}
|
||||
defaults:
|
||||
run:
|
||||
|
||||
1
.github/workflows/pages.yml
vendored
1
.github/workflows/pages.yml
vendored
@@ -20,6 +20,7 @@ concurrency:
|
||||
jobs:
|
||||
dispatch:
|
||||
|
||||
if: github.repository == 'mikf/gallery-dl'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user