Skip to content

Commit

Permalink
ci: test github action multiple job
Browse files Browse the repository at this point in the history
  • Loading branch information
huisam committed Feb 21, 2024
1 parent 247a539 commit 50dee89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/multiplejob.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: multiple job concurrency

on: workflow_dispatch
on:
schedule:
- cron: '0 8 * * *'

jobs:
job1:
Expand Down

0 comments on commit 50dee89

Please sign in to comment.