1
0
Fork 0
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:
Russell Dempsey 2022-10-04 16:10:51 -07:00 committed by GitHub
parent 76d865884c
commit 76a4a596da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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