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 1ffe0a4 commit e128bd1
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 284 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.

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.

27 changes: 0 additions & 27 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
17 changes: 0 additions & 17 deletions .github/workflows/stale.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ on:
description: 'Creates a draft PR to allow testing instead of committing to a branch'
required: true
default: 'true'
repository_dispatch:
types: [version-bump]

jobs:
bump:
Expand Down

0 comments on commit e128bd1

Please sign in to comment.