GitHub Actions:2026年3月下旬の更新
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Changelog
GitHubがGitHub Actionsを更新し、スケジュールされたワークフローでのタイムゾーン対応と、自動デプロイなしで環境を使用する機能を追加した。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
今月、GitHub Actionsは、スケジュールされたワークフローでのタイムゾーン対応や、自動デプロイなしでの環境の使用など、いくつかの未解決の細かい課題を解消しました。
GitHub Actionsで自動デプロイなしに環境を使用できるようになりました
GitHub Actionsでは、ワークフロー内で環境を使用しながら、自動的にデプロイを作成しないことが可能になりました。多くのユーザーから、追加のデプロイを作成することなく、環境が提供するシークレットや変数の管理機能を利用したいという要望が寄せられていました。deployment: falseキーで環境を設定すると、環境にはアクセスできるものの、新たなデプロイは作成されません。詳細は、デプロイなしで環境を使用する方法に関するドキュメントをご覧ください。
なお、カスタムデプロイ保護ルールを使用している場合、deployment: falseキーは利用できず、環境を使用するには自動デプロイが必要となりますのでご注意ください。
GitHub Actions: スケジュールされたワークフローでのタイムゾーン対応
cronスケジュールにおいて、UTCに固定される代わりに、IANAタイムゾーンを指定できるようになりました。cron式とともにタイムゾーンフィールドを追加すれば(例: timezone: "America/New_York")、指定した現地時間にワークフローが実行されます。スケジュール設定に関するドキュメントで詳細をご確認ください。
GitHubコミュニティで議論に参加しましょう。
この投稿「GitHub Actions: 2026年3月下旬のアップデート」は、The GitHub Blogに最初に掲載されました。
原文を表示
This month, GitHub Actions resolves some outstanding papercuts, including support for timezones in scheduled workflows and using environments without automatic deployments.
GitHub Actions now allows developers to use environments without auto-deployment
GitHub Actions now supports using environments in workflows without automatically creating a deployment. Many users have indicated that they want to be able to use the secrets and variables management capabilities of environments without creating additional deployments. If you configure an environment with the deployment: false key, you can access the environment but won’t create a new deployment. More information can be found in our docs on using environments without deployments.
Please note that if you are using a custom deployment protection rule, you will not be able to use the deployment: false key and using environments will require an auto-deploy.
GitHub Actions: Timezone support for scheduled workflows
You can now specify an IANA timezone on your cron schedules instead of being locked to UTC. Add a timezone field alongside your cron expression (e.g., timezone: "America/New_York") and your workflow runs at the local time you specify. Learn more in our documentation about schedules.
Join the discussion within GitHub Community.
The post GitHub Actions: Late March 2026 updates appeared first on The GitHub Blog.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み