Skip to content

Commit

Permalink
clean up workflows (#9428)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Jan 24, 2024
1 parent 2f2e0ce commit 07c40d6
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 119 deletions.
3 changes: 2 additions & 1 deletion .github/_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ ___

### How to re-run jobs

- Some actions cannot be rerun in the GitHub UI. Namely the snyk checks and the cla check. Snyk checks are rerun by closing and reopening the PR. You can retrigger the cla check by commenting on the PR with `@cla-bot check`
- From the UI you can rerun from failure
- You can retrigger the cla check by commenting on the PR with `@cla-bot check`

___

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/bot-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
include:
- label: "dependencies"
changie_kind: "Dependencies"
- label: "snyk"
changie_kind: "Security"
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/changelog-existence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ name: Check Changelog Entry
on:
pull_request_target:
types: [opened, reopened, labeled, unlabeled, synchronize]
paths-ignore: ['.changes/**', '.github/**', 'tests/**', '**.md', '**.yml']

workflow_dispatch:

defaults:
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.

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

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/test/.actrc

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/test/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/test/.secrets.EXAMPLE

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/test/inputs/release_docker.json

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/version-bump.yml

This file was deleted.

0 comments on commit 07c40d6

Please sign in to comment.