Skip to content

Commit

Permalink
fake
Browse files Browse the repository at this point in the history
  • Loading branch information
sprutton1 committed Dec 9, 2024
1 parent ac2d13f commit 904eae0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Try Build
on:
issue_comment:
types: [created, edited, deleted]
push:
branches:
- fix_try

permissions:
contents: read
Expand All @@ -11,7 +14,7 @@ permissions:

jobs:
try:
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/try') }}
# if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/try') }}
runs-on: ubuntu-latest
steps:
- uses: peter-evans/create-or-update-comment@v4
Expand Down

0 comments on commit 904eae0

Please sign in to comment.