Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nibabashilkk committed Oct 17, 2023
2 parents 462cb1d + fda5b96 commit 2d0a641
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/auto_sign_in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
#schedule:
# - cron: '0 1 * * *'
schedule:
- cron: '55 11 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 2d0a641

Please sign in to comment.