We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ef9a2 commit 94998f3Copy full SHA for 94998f3
.github/workflows/daily-build.yml
@@ -4,15 +4,3 @@ on:
4
workflow_dispatch:
5
schedule:
6
- cron: "0 0 * * *" # Run daily at midnight
7
-
8
-jobs:
9
- check_changes_build:
10
- name: Check for updates to documentation or source code
11
- runs-on: ubuntu-latest
12
- steps:
13
- - name: Checkout CGNS documentation repository (master branch)
14
- uses: actions/[email protected]
15
- with:
16
- ref: master
17
- repository: ${{ github.repository }}
18
- path: repos/cgns_doc
0 commit comments