Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aavanesy committed Feb 4, 2024
1 parent 7fc5bf0 commit 50cfcb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oracle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
schedule:
- cron: '0 1 * * *'
- cron: '30 1 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-duckdb-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
schedule:
- cron: '0 1 * * *'
- cron: '30 1 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-mssql-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
schedule:
- cron: '0 1 * * *'
- cron: '30 1 * * *'
push:
branches: [ "main" ]
# Publish server tags as releases.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-postgres-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
schedule:
- cron: '0 1 * * *'
- cron: '30 1 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-sqlite-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
schedule:
- cron: '0 1 * * *'
- cron: '30 1 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
Expand Down

0 comments on commit 50cfcb8

Please sign in to comment.