You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# don't run if only package.json (version) was updated
paths-ignore:
- "package.json"
# This will cancel the workflow https://stackoverflow.com/questions/66335225/how-to-cancel-previous-runs-in-the-pr-when-you-push-new-commitsupdate-the-curre
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml
# enable if PAT is provided
# update-version:
# # if on production branch, bump version
# if: github.ref == 'refs/heads/prod'
# needs: build-and-test
# uses: ./.github/workflows/update-version.yml
# secrets:
# # personal token is required to trigger other workflows