Skip to content

Commit

Permalink
workflows changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousben committed Dec 18, 2024
1 parent 909d86f commit bcc854c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish_executor_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Publish Example Executor Containers
on:
workflow_dispatch:

permissions:
contents: write
actions: write
packages: write

jobs:
build-and-push-docker-images:
name: Build and Push Docker Executor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,5 @@ jobs:
build_release_packages:
name: Test Building Release Packages
needs: [acceptance_tests, build_server]
needs: [build_server]
uses: ./.github/workflows/wf_build_indexify_server_release_packages.yaml

0 comments on commit bcc854c

Please sign in to comment.