Skip to content

Commit

Permalink
chore: rebase merge commits
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Nov 6, 2024
1 parent a04d8c0 commit 8782290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate_robopages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Validate Contributions
on:
pull_request:
paths:
- "**.yml"
- "!.github/**"
- '**.yml'
- '!.github/**'
branches:
- main

Expand Down Expand Up @@ -73,4 +73,4 @@ jobs:
pull_number: context.issue.number,
body: `## Validation Results\n${validation_status}\n\nPlease ensure your contribution follows the required format.`,
event: 'COMMENT'
});
});

0 comments on commit 8782290

Please sign in to comment.