Skip to content

Commit

Permalink
Update test_examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo authored Mar 20, 2024
1 parent d0f9d3e commit 21f4aa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test-examples

on:
push:
branches: [main, develop]
tags: ['*']
schedule:
- cron: 21 4 * * * # Run at 12:21am US Eastern time

Expand Down Expand Up @@ -43,4 +45,4 @@ jobs:
@test isnothing(run_genx_case!(example_dir))
end
end
end
end

0 comments on commit 21f4aa1

Please sign in to comment.