Skip to content

Commit

Permalink
fix: fix typo on elementary action
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed May 15, 2024
1 parent f9b7ba1 commit 1ae1df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/elementary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy Elementary Report
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
schedule:
- cron: 00 22 * * 1-5
workflow_dispatch:
Expand All @@ -19,8 +21,7 @@ jobs:
adapter-version: 1.5.9
profiles-yml: ${{ secrets.ELEMENTARY_PROFILES_YML }}
edr-command: edr report --file-path "report.html" --days-back 90 && edr send-report --google-service-account-path
"/tmp/gcs_keyfile.json" --gcs-bucket-name "basedosdados" --update-bucket-website --days-back 90
"true"
"/tmp/gcs_keyfile.json" --gcs-bucket-name "basedosdados" --update-bucket-website "true" --days-back 90
bigquery-keyfile: ${{ secrets.BIGQUERY_KEYFILE }}
gcs-keyfile: ${{ secrets.GCS_KEYFILE }}
- name: Upload report
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/triggers-elementary-model.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
name: Triggers Elementary Models
on:
push:
branches: [main, master]
schedule:
- cron: 00 23 * * 1
workflow_dispatch:
Expand Down

0 comments on commit 1ae1df7

Please sign in to comment.