This repository was archived by the owner on Oct 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515jobs :
1616 deploy :
1717 runs-on : ubuntu-latest
18+ if : github.triggering_actor != 'dependabot[bot]'
19+
1820 steps :
1921 - name : Checkout
2022 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 77
88jobs :
99 publish-release :
10+ if : github.triggering_actor != 'dependabot[bot]'
1011 uses : mdn/workflows/.github/workflows/publish-release.yml@main
1112 with :
1213 npm-publish : ${{ false }}
1314 target-repo : ' mdn/interactive-examples'
1415 secrets :
1516 GH_TOKEN : ${{ secrets.GH_TOKEN }}
17+
1618 deploy :
1719 runs-on : ubuntu-latest
1820 needs :
Original file line number Diff line number Diff line change 1515jobs :
1616 build :
1717 runs-on : ubuntu-latest
18+ if : github.triggering_actor != 'dependabot[bot]'
1819
1920 steps :
2021 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments