diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cfcdcf5..9953799 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,9 @@ }, "extensions": [ "mads-hartmann.bash-ide-vscode", - "eamodio.gitlens" + "eamodio.gitlens", + "github.vscode-github-actions", + "GitHub.copilot" ] } }, diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 909f3f3..61f6c46 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,9 @@ on: branches: - main pull_request: - workflow_dispatch: + workflow_dispatch: + schedule: + - cron: '0 0 * * *' jobs: test-autogenerated: