Skip to content

Commit

Permalink
Remove all unnecessary actions. (#83)
Browse files Browse the repository at this point in the history
* Remove all unnecessary actions.

* Fix test env.
  • Loading branch information
nishkrishnan authored and msarvar committed Sep 27, 2021
1 parent 867d20e commit 1ecca76
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 217 deletions.
22 changes: 0 additions & 22 deletions .github/dependabot.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/website_link_checker/Dockerfile

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/atlantis-base.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/atlantis-image.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/ci-link-checker-image.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/lint.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
jobs:
test:
runs-on: ubuntu-latest
container: runatlantis/testing-env:20296f9638a4eca04733f60b39e1d3025b9d708a
container: ghcr.io/runatlantis/testing-env:805e94e7f648eddb0484e539a7b51410d39529bc
steps:
# user in image needs write access to do anything
- name: Setup file system permissions
Expand Down

0 comments on commit 1ecca76

Please sign in to comment.