Add tf code for re-usable Lambda ECR infra combo #2
Workflow file for this run
This file contains hidden or 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: Linear PR Checker | ||
on: | ||
pull_request: | ||
types: [opened, reopened, edited, synchronize] | ||
branches: | ||
- main | ||
defaults: | ||
run: | ||
shell: bash | ||
working-directory: ./pr_checker | ||
jobs: | ||
linear_pr_checker: | ||
if: ${{ vars.ACTIONS_ENABLED == 'true' }} | ||
uses: togethercomputer/tools/.github/workflows/pr_checker.yml@main | ||
Check failure on line 17 in .github/workflows/linear-pr-checker.yaml
|
||
secrets: inherit |