feat: support schedule only executes once in random one cluster when it's deployed in k8s clusters mode. #151
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: {} | |
jobs: | |
Job: | |
name: Node.js | |
uses: artusjs/github-actions/.github/workflows/node-test.yml@v1 | |
with: | |
os: 'ubuntu-latest' | |
version: '14, 16, 18, 20' |