Disable reusable apps action #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: CI [Pull Request] | |
# on: | |
# pull_request: | |
# branches: # PRs to the following branches will trigger the workflow | |
# - main | |
# paths: | |
# - ".github/workflows/**" | |
# - "apps/**" | |
# - "packages/**" | |
# # This allows a subsequently queued workflow run to interrupt previous runs | |
# concurrency: | |
# group: "${{ github.workflow }} @ ${{ github.ref }}" | |
# cancel-in-progress: true | |
# jobs: | |
# ci: | |
# name: CI | |
# uses: ./.github/workflows/_ci.yaml | |
# # TODO: deploy Dokku preview apps here |