chore: add action to update starter dependencies + update reference actions (#9385)

* chore: add action to update starter dependencies

* change trigger type

* trigger generating references on new RC release
This commit is contained in:
Shahed Nasser
2024-10-03 10:21:12 +03:00
committed by GitHub
parent 225d00cd09
commit 97c193be1b
4 changed files with 28 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ on:
jobs:
references:
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || (startsWith(github.head_ref, 'chore/generate-tsdocs') && github.event.pull_request.merged == true)
if: github.event_name == 'workflow_dispatch' || github.event_name == 'release' || (startsWith(github.head_ref, 'chore/generate-tsdocs') && github.event.pull_request.merged == true)
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0