Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Jul 7, 2023
1 parent 221e141 commit 1724a23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-bot-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ on:
default: 0
issues:
types: [labeled, unlabeled, assigned, unassigned, milestoned, demilestoned]
pull_request:
branches: [main, preview]
# pull_request:
# branches: [main, preview]


jobs:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
"$scriptUrl" `
"${{ vars.PROJECT_NAME }}" `
"$issueNumber" `
"issues" `
"issue" `
"${{ secrets.CICD_REST_API }}";
Expand Down

0 comments on commit 1724a23

Please sign in to comment.