Skip to content

Commit 7d2639d

Browse files
committed
chore: add empty workflow files
1 parent 6aa3ee8 commit 7d2639d

8 files changed

+22
-0
lines changed

.github/workflows/on_pr_external.yml

Whitespace-only changes.

.github/workflows/on_pr_internal.yml

Whitespace-only changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Run build example
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
build_example:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v3

.github/workflows/run_code_gen.yml

Whitespace-only changes.

.github/workflows/run_pub.yml

Whitespace-only changes.

.github/workflows/run_sync.yml

Whitespace-only changes.

.github/workflows/run_test.yml

Whitespace-only changes.

.github/workflows/run_update_deps.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Update internal dependencies
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
update_deps:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v3

0 commit comments

Comments
 (0)