Skip to content

Commit

Permalink
remove misplaced 'if' in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Nov 1, 2023
1 parent f6d80ca commit cde75ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
POSTGRES_USER: app_user
POSTGRES_DB: "disclosure-backend"
POSTGRES_PASSWORD: app_password
if: github.event_name != 'push'
steps:
- uses: actions/checkout@v3
- name: Create csv files
Expand Down

0 comments on commit cde75ab

Please sign in to comment.