Skip to content

Commit

Permalink
[Internal] Add comment to validate workflow (#987)
Browse files Browse the repository at this point in the history
## Changes
Add comment to validate workflow
  • Loading branch information
hectorcast-db committed Jul 17, 2024
1 parent b71c73d commit f39ff53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
validate:
runs-on: ubuntu-latest
# GitHub required checks are shared between PRs and the Merge Queue.
# Since there is no PR title on Merge Queue, we need to trigger and
# skip this test for Merge Queue to succeed.
if: github.event_name == 'pull_request'
steps:
- name: Checkout
Expand Down

0 comments on commit f39ff53

Please sign in to comment.