1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-20 01:42:47 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Matt Ellis
afceecadbe Disable the configuration cache for GitHub actions
These tasks should be rewritten to work nicely with Gradle's configuration cache. In the meantime, this allows them to still run as actions.
2024-07-03 19:39:55 +03:00
Alex Plate
b0b944bbf3
Temporally get rid of the configuration cache 2024-07-03 19:39:31 +03:00
Alex Plate
89a3d74b93
Try not to use the configuration cache in gradle automations at the moment
This is done because the current implementation of the gradle commands is not correct and the cache fails on GitHub actions.
2024-07-03 19:32:10 +03:00
Alex Plate
6421a6face
Update java version to 17 on github actions 2024-06-24 12:53:55 +03:00
Alex Plate
b357625529
Add check that actions should work only on the original repo
Because of some reason actions started on
https://github.com/JetBrains/ideavim/pull/731
pull request and updated it.
With this change, forks won't be affected by forked actions. If the action is still needed on fork, these conditions can be changes
2023-10-27 10:33:26 +03:00
Alex Plate
fb3eb0da8a
Use tags for workflows 2023-07-07 13:28:01 +03:00
Alex Plate
7e0cdce7ea
Add GH actions 2022-11-02 13:32:33 +02:00