Skip to content

Commit

Permalink
ci: specify environments in some workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Mar 5, 2024
1 parent 91535c8 commit 04cc2e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Package Neuron for Release Draft

environment: Release

on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_ckb_client_versions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Update CKB client versions

environment: neuron-bot

on:
schedule:
- cron: '0 0 * * *'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_neuron_compatible.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Update Neuron compatibility table

environment: neuron-bot

on:
push:
branches:
Expand Down

0 comments on commit 04cc2e3

Please sign in to comment.