Skip to content

Commit

Permalink
Revert "Update test.yml"
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijitpaul0212 authored Oct 19, 2023
1 parent dc8be21 commit 236fca4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,15 @@

name: test

# 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" ]

# Allows you to run this workflow automatically
workflow_dispatch:
schedule:
- cron: '*/5 * * * *' # Every 5 minute

permissions:
contents: read

env:
SECRET_KEY: zjHUlXmuO85d2LOHqbzpd8_Qvv0XhUYxDr0ZRg2UG04
APP_MAIL_SERVER: smtp.googlemail.com
Expand Down

0 comments on commit 236fca4

Please sign in to comment.