diff options
| author | Ha Thach <[email protected]> | 2024-05-10 17:53:26 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-10 17:53:26 +0700 |
| commit | 81ceb837b9feb3971056196f6a67234c4012352b (patch) | |
| tree | 2e3fe0aea94246b6a9ba7ab6a875a308e3b7d69f | |
| parent | 8d63d9368edaec0385af20d615a0acba51f77beb (diff) | |
Update config.yml
| -rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 62291703e..d5d401c51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,4 +28,4 @@ workflows: say-hello-workflow: # This is the name of the workflow, feel free to change it to better match your workflow. # Inside the workflow, you define the jobs you want to run. jobs: - - say-hello
\ No newline at end of file + - say-hello |
