Skip to content

Commit

Permalink
Remove manual trigger on build and validate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed May 3, 2024
1 parent 01be175 commit 0dcdbcf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build

on:
workflow_call:
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Validate
on:
pull_request:
types: [ assigned, opened, reopened, synchronize, ready_for_review ]
workflow_dispatch:
workflow_call:

jobs:
Expand Down

0 comments on commit 0dcdbcf

Please sign in to comment.