Skip to content

Commit

Permalink
Remove dependency on iGibson-dev repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Jan 18, 2023
1 parent f50a3db commit d6b5eda
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-docs:
name: Build and deploy documentation
runs-on: ubuntu-latest
if: github.repository == 'StanfordVL/iGibson' && github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'

steps:
- name: Checkout code
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/examples-as-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:
jobs:
test:
runs-on: [self-hosted, linux, gpu]
if: github.repository == 'StanfordVL/iGibson-dev'

steps:
- name: Checkout source
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/exhaustive-examples-as-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:
jobs:
test:
runs-on: [self-hosted, linux, gpu]
if: github.repository == 'StanfordVL/iGibson-dev'

steps:
- name: Checkout source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
--outdir dist/
.
- name: Publish a Python distribution to PyPI
if: github.repository == 'StanfordVL/iGibson' && startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/sync-repos.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ concurrency:
jobs:
test:
runs-on: [self-hosted, linux, gpu]
if: github.repository == 'StanfordVL/iGibson-dev'

steps:
- name: Checkout source
Expand Down

0 comments on commit d6b5eda

Please sign in to comment.