Skip to content

Commit 94998f3

Browse files
committed
updated action
1 parent b5ef9a2 commit 94998f3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/daily-build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,3 @@ on:
44
workflow_dispatch:
55
schedule:
66
- 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

Comments
 (0)