Skip to content

Commit 748528a

Browse files
update
1 parent 233e153 commit 748528a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/hello-world.yml renamed to .github/workflows/bb-masking.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
name: Hello World Action
1+
name: Bytebase Masking Policy Update
22
on:
33
pull_request:
44
types: [opened, synchronize, reopened]
55
branches:
66
- main
77
- develop
88
workflow_dispatch:
9-
inputs:
10-
name:
11-
description: "Who to greet"
12-
required: true
13-
default: "World"
149

1510
jobs:
1611
hello-world:

0 commit comments

Comments
 (0)