Skip to content

updated time

updated time #4

Workflow file for this run

name: sixth_workflow
on:
push:
workflow_dispatch:
schedule:
- cron: "10 18 * * *"
jobs:
job_A:
name: Job A
runs-on: ubuntu-latest
steps:
- name: Triggering a job
run: |
echo "Job A is running"
echo "This job is triggered by a ${{ github.event_name }} event"