This is an automated email from the ASF dual-hosted git repository. jky pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flagon.git
The following commit(s) were added to refs/heads/master by this push: new ebd6d51 remove github action folders ebd6d51 is described below commit ebd6d5151927444af53a12938de4f7f8ab878e2e Author: Jason Young <jk...@pm.me> AuthorDate: Thu Feb 27 13:08:05 2025 -0800 remove github action folders --- .github/workflows/{distill => }/bump_version.yml | 0 .github/workflows/{distill/ci.yml => distill_ci.yml} | 4 ++-- .github/workflows/{distill => }/pytest_publish.yml | 0 .github/workflows/{userale/ci.yml => userale_ci.yml} | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/distill/bump_version.yml b/.github/workflows/bump_version.yml similarity index 100% rename from .github/workflows/distill/bump_version.yml rename to .github/workflows/bump_version.yml diff --git a/.github/workflows/distill/ci.yml b/.github/workflows/distill_ci.yml similarity index 95% rename from .github/workflows/distill/ci.yml rename to .github/workflows/distill_ci.yml index 283518f..a9b3237 100644 --- a/.github/workflows/distill/ci.yml +++ b/.github/workflows/distill_ci.yml @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: CI test suite -run-name: ${{ github.actor }} running CI test suite +name: Distill CI test suite +run-name: ${{ github.actor }} running Distill CI test suite on: push: diff --git a/.github/workflows/distill/pytest_publish.yml b/.github/workflows/pytest_publish.yml similarity index 100% rename from .github/workflows/distill/pytest_publish.yml rename to .github/workflows/pytest_publish.yml diff --git a/.github/workflows/userale/ci.yml b/.github/workflows/userale_ci.yml similarity index 96% rename from .github/workflows/userale/ci.yml rename to .github/workflows/userale_ci.yml index 02ddc9b..a6c260b 100644 --- a/.github/workflows/userale/ci.yml +++ b/.github/workflows/userale_ci.yml @@ -18,8 +18,8 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: CI test suite -run-name: ${{ github.actor }} running CI test suite +name: Userale CI test suite +run-name: ${{ github.actor }} running Userale CI test suite on: push: