Skip to content

Commit

Permalink
chore: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhotimee committed Nov 25, 2024
1 parent 01778a8 commit 5967db0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ permissions:
issues: write
statuses: write

on:
issue_comment:
types: [created]
# on:
# issue_comment:
# types: [created]

# Just for testing since we can't trigger the workflow with issue_comment event in the PR
on: [push]

jobs:
release:
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '[preview_deployment]')
# if: github.event.issue.pull_request && startsWith(github.event.comment.body, '[preview_deployment]')
runs-on: ubuntu-latest

timeout-minutes: 15
Expand Down

0 comments on commit 5967db0

Please sign in to comment.