Skip to content

Commit

Permalink
Fix YML for CentOS7 & OL8
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 12, 2023
1 parent 17391fa commit 62b14e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
release:
types: [created]
push:
- branches:
- develop
branches:
- develop
schedule:
- cron: '21 2 * * *'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
release:
types: [created]
push:
- branches:
- develop
branches:
- develop
schedule:
- cron: '21 2 * * *'

Expand Down

0 comments on commit 62b14e2

Please sign in to comment.