Skip to content

Commit 638f063

Browse files
committed
removed legacy workflows
1 parent 4ef563e commit 638f063

4 files changed

Lines changed: 6 additions & 259 deletions

File tree

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

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

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66

77
permissions:
8-
contents: read
8+
contents: read
99

1010
jobs:
1111
analyze-shell:

.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)