Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
910a062
Merge pull request #1 from xinyusun1997/test2
xinyusun1997 Nov 28, 2022
020c9f1
Merge pull request #2 from xinyusun1997/test2
xinyusun1997 Nov 28, 2022
d96a14e
Update README.md
xinyusun1997 Oct 4, 2023
8fe2474
Update README.md
xinyusun1997 Oct 19, 2023
c4c74f9
Update README.md
xinyusun1997 Oct 24, 2023
561b7e6
Update README.md
xinyusun1997 Nov 2, 2023
f7dcc2d
Create manual.yml
xinyusun1997 Jan 29, 2024
9fe6c1a
Create cloudbuild.yaml
xinyusun1997 Feb 7, 2024
ba6c560
Create test.py
xinyusun1997 Feb 21, 2024
8b88871
Merge pull request #7 from xinyusun1997/Test2
xinyusun1997 Feb 21, 2024
9d42caa
Create greenting.yml
xinyusun1997 Feb 26, 2024
0094673
Merge pull request #10 from xinyusun1997/testaction
xinyusun1997 Feb 26, 2024
741cf90
Update manual.yml
xinyusun1997 Feb 26, 2024
1206406
Rename manual.yml to manual2.yml
xinyusun1997 Feb 26, 2024
d113261
Rename manual2.yml to manual.yml
xinyusun1997 Feb 26, 2024
9eafb48
Update manual.yml
xinyusun1997 Feb 26, 2024
cb1b701
Update manual.yml
xinyusun1997 May 7, 2024
7011cb8
Update manual.yml
xinyusun1997 May 7, 2024
8ac6567
Update manual.yml
xinyusun1997 May 7, 2024
31a6824
Update manual.yml
xinyusun1997 May 7, 2024
d868de4
Delete .github/workflows/greenting.yml
xinyusun1997 May 7, 2024
200a8a4
Update manual.yml
xinyusun1997 May 7, 2024
d6c92a9
Update manual.yml
xinyusun1997 May 7, 2024
73fc78f
Merge pull request #15 from xinyusun1997/newrelease
xinyusun1997 May 7, 2024
8c12ec9
Update cloudbuild.yaml
xinyusun1997 Jun 12, 2024
80be96f
Update README.md
xinyusun1997 Jun 12, 2024
45dbfa3
Update README.md
xinyusun1997 Jun 12, 2024
901d72e
Update README.md
xinyusun1997 Jun 21, 2024
fd8bf2e
Update README.md
xinyusun1997 Jul 2, 2024
e7d4193
Update manual.yml
xinyusun1997 Jul 2, 2024
536cb93
Update cloudbuild.yaml
xinyusun1997 Jul 8, 2024
e1f15e9
Update README.md
xinyusun1997 Jul 8, 2024
79f9422
Update cloudbuild.yaml
xinyusun1997 Jul 10, 2024
30e87ce
Update manual.yml
xinyusun1997 Jul 11, 2024
031ce79
Update test.py
xinyusun1997 Jul 22, 2024
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
20 changes: 20 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This is a basic workflow that is manually triggered

name: Manual workflow new release

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: [push, workflow_dispatch]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "greet"
greet:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Send greeting
run: echo "This is new release branch"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
asdeed
test3
test
test4
test5
test6
12 changes: 12 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
steps:
- name: bash
args:
- echo
- ${_KEY}!
- name: bash
args:
- sleep
- 20s
substitutions:
_KEY: cloudbuild.yaml
REPO_NAME: asd
2 changes: 2 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
t
asd