diff options
| author | Denton Gentry <dgentry@tailscale.com> | 2023-10-22 14:04:17 -0700 |
|---|---|---|
| committer | Denton Gentry <dgentry@tailscale.com> | 2023-10-22 14:23:03 -0700 |
| commit | 2dfb6f799bcdf33664d88cef6af2de6f497de0ca (patch) | |
| tree | 1c9bac3415306808f85206225b20f86377a1efca | |
| parent | f398712c006a8afeb165942baae9e7c526de7a9e (diff) | |
| download | tailscale-dgentry-nix-flake.tar.xz tailscale-dgentry-nix-flake.zip | |
.github/workflows: rename update-flake to disambiguate from test flakes.dgentry-nix-flake
We have other infrastructure which is trying to help with test flakiness,
disambiguate the two.
Updates https://github.com/tailscale/corp/issues/14975
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
| -rw-r--r-- | .github/workflows/update-nix-flake.yml (renamed from .github/workflows/update-flake.yml) | 10 | ||||
| -rwxr-xr-x | update-nix-flake.sh (renamed from update-flake.sh) | 0 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-nix-flake.yml index 032f42cd5..9a0afe3d7 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-nix-flake.yml @@ -1,4 +1,4 @@ -name: update-flake +name: update-nix-flake on: # run action when a change lands in the main branch which updates go.mod. Also @@ -8,7 +8,7 @@ on: - main paths: - go.mod - - .github/workflows/update-flakes.yml + - .github/workflows/update-nix-flakes.yml workflow_dispatch: concurrency: @@ -16,15 +16,15 @@ concurrency: cancel-in-progress: true jobs: - update-flake: + update-nix-flake: runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v4 - - name: Run update-flakes - run: ./update-flake.sh + - name: Run update-nix-flakes + run: ./update-nix-flake.sh - name: Get access token uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 diff --git a/update-flake.sh b/update-nix-flake.sh index af31c9775..af31c9775 100755 --- a/update-flake.sh +++ b/update-nix-flake.sh |
