Parent Directory
|
Revision Log
|
Patch
revision 575 by rakinar2, Mon Jul 29 17:59:26 2024 UTC | revision 616 by rakinar2, Thu Aug 29 12:36:37 2024 UTC | |
---|---|---|
# | Line 4 on: | Line 4 on: |
4 | push: | push: |
5 | branches: [main] | branches: [main] |
6 | schedule: | schedule: |
7 | - cron: "*/240 * * * *" | - cron: "0 0 * * *" |
8 | ||
9 | jobs: | jobs: |
10 | build: | build: |
# | Line 12 jobs: | Line 12 jobs: |
12 | if: github.event_name != 'push' || ( startsWith(github.event.head_commit.message, 'chore(extensions') || startsWith(github.event.head_commit.message, 'build(extensions') ) | if: github.event_name != 'push' || ( startsWith(github.event.head_commit.message, 'chore(extensions') || startsWith(github.event.head_commit.message, 'build(extensions') ) |
13 | ||
14 | steps: | steps: |
15 | - uses: actions/checkout@v3 | - uses: actions/checkout@v4 |
16 | with: | with: |
17 | submodules: "true" | submodules: "true" |
18 | ||
19 | - name: Use Node.js 21.x | - name: Use Node.js 21.x |
20 | uses: actions/setup-node@v3 | uses: actions/setup-node@v4 |
21 | with: | with: |
22 | node-version: 21.x | node-version: 21.x |
23 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |