push-master.yml adjust skip

This commit is contained in:
Jaco Greeff
2021-06-05 09:37:58 +03:00
parent 2daabb210a
commit efbc0cbc31

View File

@@ -6,11 +6,11 @@ on:
jobs:
master:
if: "! startsWith(github.event.head_commit.message, '[CI Skip]')"
strategy:
matrix:
step: ['build:release']
name: ${{ matrix.step }}
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/extension'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -26,10 +26,3 @@ jobs:
run: |
yarn install --immutable | grep -v 'YN0013'
yarn ${{ matrix.step }}
dummy:
runs-on: ubuntu-latest
steps:
- name: dummy
run: |
echo "Dummy skip step"