Skip to content

Commit

Permalink
setup a way to test my worklfow action
Browse files Browse the repository at this point in the history
  • Loading branch information
b1aserlu committed Dec 19, 2023
1 parent faf421f commit afaf0c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
###

name: Build Documentation
name: Build Documentation test
on:
pull_request:
paths:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
name: Deploy Documentation Preview to Netlify
on:
workflow_run:
workflows: ['Build Documentation']
workflows: ['Build Documentation test']
types: [completed]
branches:
- '1796-update-netlify-cli-to-v16'

jobs:
deploy:
Expand Down

0 comments on commit afaf0c5

Please sign in to comment.