Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Docker

on:
# push:
# branches:
# - main
# - v1
# - release/*
# paths:
# - "docker/**"
# - ".github/workflows/docker.yaml"
# pull_request:
# branches:
# - main
# - v1
# paths:
# - "docker/**"
# - ".github/workflows/docker.yaml"
# types: [opened, reopened, synchronize, ready_for_review]
push:
branches:
- main
- v1
- release/*
paths:
- "docker/**"
- ".github/workflows/docker.yaml"
pull_request:
branches:
- main
- v1
paths:
- "docker/**"
- ".github/workflows/docker.yaml"
types: [opened, reopened, synchronize, ready_for_review]
workflow_dispatch:
inputs:
process:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
env: {}
- package: graphql/playwright-test
env: {}
# - package: jobs/knative-job-worker
# env: {}
- package: jobs/knative-job-worker
env: {}
- package: packages/csv-to-pg
env: {}
- package: packages/smtppostmaster
Expand Down
Loading