Skip to content

Commit

Permalink
Set up MQ
Browse files Browse the repository at this point in the history
  • Loading branch information
pv72895 committed Jun 18, 2024
1 parent c33ce1c commit 6e6b144
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push.yaml → .github/workflows/pr_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ name: Post Commit

permissions: read-all

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events
push:
branches:
- main
pull_request:
types:
- opened

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
if: startsWith(github.head_ref, 'trunk-merge/')

# The type of runner that the job will run on
runs-on: ubuntu-latest
name: Post Commit Validation
name: Commit Validation

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 3 additions & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ actions:

merge:
required_statuses:
- Test Status 3
- Commit Validation
- Important Tests 1
- Important Tests 2

0 comments on commit 6e6b144

Please sign in to comment.