Skip to content

Commit

Permalink
Rename custom workflows to prevent conflicts with ci-mgmt (#1483)
Browse files Browse the repository at this point in the history
Preparation for pulumi/ci-mgmt#1142.

This renames custom workflows to have an "eks-" prefix to prevent
ci-mgmt from deleting them (similar to
pulumi/pulumi-aws#4418).

This also adds a missing `.actionlint.yml` config file, copied from
[azure-native](https://github.com/pulumi/pulumi-azure-native/blob/master/.actionlint.yml).
The `lint_workflows` action currently has no effect without this file
([example](https://github.com/pulumi/pulumi-eks/actions/runs/11468567327/job/31913961281)):

> could not read config file ".actionlint.yml": open .actionlint.yml: no
such file or directory
  • Loading branch information
blampe authored Nov 13, 2024
1 parent 507a914 commit f5b3906
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .actionlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
self-hosted-runner:
# Labels of self-hosted runner in array of string
labels:
- pulumi-ubuntu-8core
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f5b3906

Please sign in to comment.