mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
fix: Attempt to fix forks "rebuild" commit
This commit is contained in:
parent
76d865884c
commit
76a4a596da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/data.yml
vendored
2
.github/workflows/data.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]') && ${{ github.repository == 'ipfs/awesome-ipfs' }}"
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]') && github.repository == 'ipfs/awesome-ipfs'"
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/setup-node@v1.4.4
|
||||
|
|
Loading…
Reference in a new issue