Skip to content

Commit

Permalink
Build and push container images nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop C S <anoopcs@samba.org>
  • Loading branch information
anoopcs9 committed Oct 7, 2021
1 parent 5c90975 commit e565481
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 2 * * *'

jobs:

Expand Down Expand Up @@ -69,7 +71,7 @@ jobs:
needs: test-server

runs-on: ubuntu-latest
if: github.event_name == 'push'
if: github.event_name != 'pull_request'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e565481

Please sign in to comment.