Skip to content

.github/workflows/main.yml #1

.github/workflows/main.yml

.github/workflows/main.yml #1

Workflow file for this run

on:
workflow_dispatch:
schedule:
- cron: '*/10 * * * *'
jobs:
run1:
environment: ci
runs-on: ubuntu-latest
steps:
- name: Not on Monday or Wednesday
run: echo "This step will be skipped on Monday and Wednesday"