Skip to content

Commit

Permalink
Remove v1 GitHub workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Jan 16, 2025
1 parent 04c0a95 commit 7387ee4
Show file tree
Hide file tree
Showing 16 changed files with 167 additions and 517 deletions.
75 changes: 0 additions & 75 deletions .github/workflows/build-and-publish-images.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/e2e-test-train-api.yaml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/integration-tests.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]
branches: [master]

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
24 changes: 0 additions & 24 deletions .github/workflows/publish-conformance-images.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/publish-core-images.yaml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/publish-example-images.yaml

This file was deleted.

Loading

0 comments on commit 7387ee4

Please sign in to comment.