Pascal Jufer
Pascal Jufer
Could you tell us a bit more about your use case? Just to better understand your needs / expectations...
> What about supporting skipping of overlapping cron jobs? Skipping newer jobs should be possible with the following configuration: ```yaml concurrent_skipping: 'same_content_newer' # Default is '["workflow_dispatch", "schedule"]' do_not_skip: '["workflow_dispatch"]' ```...
If someone is still interested in such a feature, please consider [funding it](https://github.com/fkirc/skip-duplicate-actions?sponsor=1).
Such a behavior is currently not covered by `skip-duplicate-actions`. If so, then I think `concurrent_skipping` would be the more fitting option than `do_not_skip`. You could handle this case by using...
(Just adding some references: #149, #103)
This has been introduced by 4dcaa5d44a6e69a1fed0b2ffe8392499f3af8b9f, specifically with the following line: https://github.com/papercups-io/papercups/blob/692b2abae0f96f57f2e285f979b10bfe70127dcc/config/runtime.exs#L168 `Mix.env()` should not be used at runtime, see https://hexdocs.pm/mix/1.12/Mix.html#env/0 As a workaround you can remove the following lines...
@aboutphilippe I'm also not very familiar with Elixir and I don't know what the exact intention is regarding AppSignal. So, I think the best thing would be to let the...
> Some templating engines (like ejs) just got faster. Still not faster than eta, right?
Thank you for the detailed report, @fknorr! As you can see in the logs of the `pull_request` workflow run ([#12](https://github.com/celerity/test-skip-duplicate-actions/runs/8132427019?check_suite_focus=true)), `skip-duplicate-actions` has detected that the exact same files (same tree...
> From my understanding push triggers always run on the unmerged branch, and pull_request triggers check GitHub's implicit merge commit. Of course, you're totally right! I must have been a...