Skip to content

Commit

Permalink
Update demoissue.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shmishra99 authored Jul 27, 2023
1 parent 64aeb90 commit 4704850
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/demoissue.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: 'demo issue'
on:
workflow_dispatch:
schedule:
- cron: '* * * */6 *'
permissions:
contents: read
issues: write
Expand All @@ -17,4 +15,4 @@ jobs:
with:
script: |
const script = require('./\.github/workflows/scripts/demoIssue.js')
script({github, context})
script({github, context})

0 comments on commit 4704850

Please sign in to comment.