Skip to content

Commit

Permalink
Trying to trigger the action in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoCostaIFG committed Dec 5, 2024
1 parent e19cf4c commit ab2405c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/joplin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:

concurrency:
group: "joplin"
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Deploy mdBook site to Pages

on:
push:
branches: [ "master" ]
workflow_run:
workflows: ['Get Wiki contents from Joplin']
strategy: resolve-on-first
types: [completed]
branches:
- 'master'

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit ab2405c

Please sign in to comment.