Skip to content

Commit

Permalink
remove outdated items, remove all workflow triggers except for dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Sep 10, 2024
1 parent 62ba0ed commit aaf03d6
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 465 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/release.md

This file was deleted.

8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/pull_request_template.md

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/bot-changelog.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/changelog-existence.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,7 @@
name: Adapter Integration Tests

on:
# pushes to release branches
push:
branches:
- "main"
- "develop"
- "*.latest"
- "releases/*"
# all PRs, important to note that `pull_request_target` workflows
# will run in the context of the target branch of a PR
pull_request_target:
# manual trigger
workflow_dispatch:
# run this once per night to ensure no regressions from latest dbt-core changes
schedule:
- cron: '0 5 * * *' # 5 UTC

# explicitly turn off permissions for `GITHUB_TOKEN`
permissions: read-all
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/jira-creation.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/jira-label.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/jira-transition.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
name: Tests and Code Checks

on:
push:
branches:
- "main"
- "develop"
- "*.latest"
- "releases/*"
pull_request:
workflow_dispatch:

permissions: read-all
Expand Down
Loading

0 comments on commit aaf03d6

Please sign in to comment.