Skip to content

Commit

Permalink
Update docker_testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 21, 2024
1 parent 8278e57 commit 3bc6b30
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/docker_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,8 @@ name: Docker CLI tests
on:
schedule:
- cron: "0 16 * * *" # Daily at noon EST
workflow_call:
secrets:
AWS_ACCESS_KEY_ID:
required: true
AWS_SECRET_ACCESS_KEY:
required: true
S3_GIN_BUCKET:
required: true
CODECOV_TOKEN:
required: true
workflow_dispatch:
push: # on first commit
push: # remove once on main

jobs:
run:
Expand Down

0 comments on commit 3bc6b30

Please sign in to comment.