Replies: 1 comment
-
Apologies - this is working on my Windows runner. Can you provide some more details? Is this a public workflow? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my workflow file:
name: Node.js CI
on:
push:
branches:
- '' # matches every branch that doesn't contain a '/'
- '/*' # matches every branch containing a single '/'
- '**' # matches every branch
pull_request:
branches:
- SmokeSuite
- PreRelease
schedule:
- cron: "5 */4 * * *"
jobs:
build:
runs-on: "QA-Automation"
Beta Was this translation helpful? Give feedback.
All reactions