From 6267da6ac174ece88c5891b214fb32d65eb687ea Mon Sep 17 00:00:00 2001 From: Felix Kirchengast <17876666+fkirc@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:18:47 +0100 Subject: [PATCH] Reduce download size (#155) --- CHANGELOG.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 3d1f6aa..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -See https://github.com/marketplace/actions/skip-duplicate-actions for a list of non-breaking changes. - -## Breaking changes from 2.X to 3 - -Set `concurrent_skipping` to one of the values that are described in the README, -or omit it if you do not want any concurrent skipping functionality. - -## Breaking changes from 1.X to 2 - -If you used `skip_concurrent_trigger`, then you should replace it with something like the following line: - -`do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'`