Skip to content

Commit

Permalink
cleanup actions more
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzypy committed Oct 18, 2023
1 parent 67a20c5 commit d64d884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Pytest
on: [ workflow_call,push, pull_request, workflow_dispatch ]
on: [ workflow_call ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Upload Prepare Script
on: [ push, pull_request ]
on: [ pull_request ]

env:
AWS_DEFAULT_REGION: us-east-1
Expand Down

0 comments on commit d64d884

Please sign in to comment.