diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..b572b09 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_RETRY: "3" +BUNDLE_JOBS: "4" diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index e097777..0f7551d 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -4,7 +4,6 @@ on: push: branches: [master] pull_request: - branches: [no-jira-update-hastebin-urls] jobs: unit_tests: