Skip to content

Commit

Permalink
ci: delete environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Oct 9, 2024
1 parent 780ea79 commit 8d8f2a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-cloudflare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
publish:
needs: build
runs-on: ubuntu-latest
environment: cloudflare-pages
steps:
- name: Download artifact
uses: actions/download-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
needs: build
if: ${{ !(github.event_name == 'push' && contains(github.event.head_commit.message, '[skip release]')) }}
runs-on: ubuntu-latest
environment: flake
steps:
- name: Generate a token
id: generate-token
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ permissions:
jobs:
sync-flake:
runs-on: ubuntu-latest
environment: flake
steps:
- uses: DeterminateSystems/nix-installer-action@main

Expand Down

0 comments on commit 8d8f2a5

Please sign in to comment.