Browse Source

fix: experimental

pull/385/head
Oscar Arzola 2 years ago committed by GitHub
parent
commit
935679daf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/standards-and-tests.yml

4
.github/workflows/standards-and-tests.yml

@ -100,8 +100,8 @@ jobs:
${{github.workspace}}/*.zip
- name: Trigger Bedrock Update
if: github.ref == 'refs/heads/dev'
if: github.ref == 'refs/heads/dev' && matrix.experimental == false
uses: pressbooks/composer-autoupdate-bedrock@v1.0
with:
triggered-by: ${{ github.repository }}
token: ${{ secrets.PAT_FOR_GITHUB_ACTIONS }}
token: ${{ secrets.PAT_COMPOSER_UPDATE }}

Loading…
Cancel
Save