Skip to content

Commit

Permalink
unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoubelet committed Aug 13, 2024
1 parent e735fe4 commit b4ba9c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Runs all tests on master on Mondays at 3 am (UTC time)
name: Cron Testing


on:
schedule:
- cron: '* 3 * * mon'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Runs all tests
name: All Tests

defaults:
run:
shell: bash

on: # Runs on any push event to any branch except master (the coverage workflow takes care of that)
push:
branches-ignore:
Expand Down

0 comments on commit b4ba9c6

Please sign in to comment.