Skip to content

Commit 81687a2

Browse files
committed
removed legacy workflows
1 parent 4ef563e commit 81687a2

File tree

3 files changed

+5
-258
lines changed

3 files changed

+5
-258
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

.github/workflows/docker-ops.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: Docker Operations
44
"on":
55
push:
66
paths:
7-
- '.github/workflows/docker-ops.yml'
8-
- 'Dockerfile'
9-
- 'ci/**'
10-
- 'src/**'
7+
- ".github/workflows/docker-ops.yml"
8+
- "Dockerfile"
9+
- "ci/**"
10+
- "src/**"
1111
- LICENSE
1212
workflow_dispatch:
1313

@@ -29,4 +29,4 @@ jobs:
2929
enable_security_upload: ${{ github.repository == 'udx/worker-nodejs' }}
3030

3131
secrets:
32-
docker_token: ${{ secrets.DOCKER_TOKEN }}
32+
docker_token: ${{ secrets.DOCKER_TOKEN }}

.github/workflows/release.yml

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)