Skip to content

Commit

Permalink
Fixing workflow dispatch (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 authored Aug 6, 2024
1 parent f617dc0 commit 649b2b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
schedule:
- cron: '0 0 * * *'

push:
branches:
- main
pull_request:
push:
branches:
- main
pull_request:
branches:
- main

workflow_dispatch:
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 649b2b8

Please sign in to comment.