Skip to content

Commit

Permalink
test(temp): checking the action in github
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed Jul 4, 2024
1 parent cb0e86d commit dd384c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cache-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
- cron: '0 */6 * * *'
workflow_dispatch:

# TODO: added for testing, need to be removed
pull_request:
push:

jobs:
collect_n_upload:
runs-on: ubuntu-latest
Expand All @@ -29,5 +33,5 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-east-1'
S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
S3_KEY: 'issues'
S3_KEY: 'testing-issues/'
FILE: ./issues

0 comments on commit dd384c8

Please sign in to comment.